Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / wpf / src / Core / CSharp / System / Windows / Media / DrawingContextDrawingContextWalker.cs / 1 / DrawingContextDrawingContextWalker.cs
//---------------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. All rights reserved. // // Description: DrawingContextDrawingContextWalker is a DrawingContextWalker // that forwards all of it's calls to a DrawingContext. // // History: // // 2004/11/23 : timothyc - Created it. // 2005/06/20 : timothyc - Moved to codegen // //--------------------------------------------------------------------------- using MS.Internal; using System; using System.Diagnostics; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Imaging; using System.Windows.Media.Media3D; namespace System.Windows.Media { ////// DrawingContextDrawingContextWalker is a DrawingContextWalker /// that forwards all of it's calls to a DrawingContext. /// internal partial class DrawingContextDrawingContextWalker: DrawingContextWalker { ////// Constructor for DrawingContextDrawingContextWalker - this constructor accepts the /// DrawingContext it should forward calls to. /// /// DrawingContext - the DrawingContext to forward calls to public DrawingContextDrawingContextWalker(DrawingContext drawingContext) { Debug.Assert (drawingContext != null); _drawingContext = drawingContext; } // DrawingContext to forward calls to private DrawingContext _drawingContext; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. All rights reserved. // // Description: DrawingContextDrawingContextWalker is a DrawingContextWalker // that forwards all of it's calls to a DrawingContext. // // History: // // 2004/11/23 : timothyc - Created it. // 2005/06/20 : timothyc - Moved to codegen // //--------------------------------------------------------------------------- using MS.Internal; using System; using System.Diagnostics; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Imaging; using System.Windows.Media.Media3D; namespace System.Windows.Media { ////// DrawingContextDrawingContextWalker is a DrawingContextWalker /// that forwards all of it's calls to a DrawingContext. /// internal partial class DrawingContextDrawingContextWalker: DrawingContextWalker { ////// Constructor for DrawingContextDrawingContextWalker - this constructor accepts the /// DrawingContext it should forward calls to. /// /// DrawingContext - the DrawingContext to forward calls to public DrawingContextDrawingContextWalker(DrawingContext drawingContext) { Debug.Assert (drawingContext != null); _drawingContext = drawingContext; } // DrawingContext to forward calls to private DrawingContext _drawingContext; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SizeKeyFrameCollection.cs
- BreakRecordTable.cs
- RegisteredScript.cs
- InvalidateEvent.cs
- CompilerState.cs
- SourceLocation.cs
- PermissionToken.cs
- SessionSymmetricTransportSecurityProtocolFactory.cs
- HtmlTableCellCollection.cs
- DBBindings.cs
- WriteFileContext.cs
- ICollection.cs
- BufferedGraphicsContext.cs
- SafeLibraryHandle.cs
- ImageSource.cs
- UniqueConstraint.cs
- DbMetaDataFactory.cs
- DbConnectionPoolCounters.cs
- CoTaskMemSafeHandle.cs
- OSFeature.cs
- DetailsViewInsertEventArgs.cs
- TrackingProfile.cs
- CustomAttributeFormatException.cs
- CharacterBufferReference.cs
- GridViewCancelEditEventArgs.cs
- RadialGradientBrush.cs
- XmlChoiceIdentifierAttribute.cs
- InsufficientMemoryException.cs
- InternalControlCollection.cs
- TemplateBuilder.cs
- SecurityResources.cs
- PathStreamGeometryContext.cs
- _PooledStream.cs
- ModelVisual3D.cs
- __Filters.cs
- CodeTypeParameterCollection.cs
- RecommendedAsConfigurableAttribute.cs
- HeaderLabel.cs
- RemotingConfigParser.cs
- WebServiceMethodData.cs
- XmlQueryRuntime.cs
- ParameterBuilder.cs
- CoreSwitches.cs
- InternalConfigHost.cs
- MetadataLocation.cs
- PropertyItem.cs
- IIS7WorkerRequest.cs
- RegistrationServices.cs
- DocumentOrderQuery.cs
- UnsafeNativeMethods.cs
- ILGenerator.cs
- DataTablePropertyDescriptor.cs
- HtmlGenericControl.cs
- AsyncDataRequest.cs
- UIAgentAsyncEndRequest.cs
- MonitorWrapper.cs
- XmlSerializationReader.cs
- PolyBezierSegment.cs
- GeometryModel3D.cs
- DataBindingCollection.cs
- FontStretchConverter.cs
- DBSchemaTable.cs
- ZipIOExtraFieldPaddingElement.cs
- _HTTPDateParse.cs
- MsmqTransportSecurityElement.cs
- XmlSerializableServices.cs
- EntityRecordInfo.cs
- MobileCapabilities.cs
- ResourcePermissionBaseEntry.cs
- SqlFileStream.cs
- ExpressionBinding.cs
- XmlSchemaException.cs
- TypeForwardedToAttribute.cs
- ToolStripOverflowButton.cs
- WebPartZone.cs
- PropertyManager.cs
- FormsAuthenticationUserCollection.cs
- OutputCacheProfile.cs
- SqlParameterizer.cs
- XmlUtil.cs
- QuotedStringFormatReader.cs
- ParserExtension.cs
- SqlCacheDependencyDatabaseCollection.cs
- SymmetricAlgorithm.cs
- KeyConverter.cs
- WmpBitmapEncoder.cs
- WebRequestModuleElementCollection.cs
- ToolStripPanelCell.cs
- SingleAnimationBase.cs
- TransactionFlowElement.cs
- CacheVirtualItemsEvent.cs
- AnnotationResourceChangedEventArgs.cs
- AuthenticationManager.cs
- DataObjectMethodAttribute.cs
- WebRequest.cs
- Cursor.cs
- WindowsContainer.cs
- PenLineJoinValidation.cs
- ModuleBuilder.cs
- ContentValidator.cs