Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / DrawingContextDrawingContextWalker.cs / 1305600 / 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
- HtmlTextArea.cs
- StrokeIntersection.cs
- MethodBuilder.cs
- SoapIncludeAttribute.cs
- Serializer.cs
- CacheHelper.cs
- EllipseGeometry.cs
- HttpModuleActionCollection.cs
- Calendar.cs
- Membership.cs
- FontUnit.cs
- Documentation.cs
- StylusSystemGestureEventArgs.cs
- Dump.cs
- ProfileEventArgs.cs
- CanonicalFontFamilyReference.cs
- PointAnimationBase.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- GlyphCache.cs
- SqlNodeAnnotation.cs
- Image.cs
- PrimitiveXmlSerializers.cs
- RectAnimationClockResource.cs
- InvokeHandlers.cs
- RenamedEventArgs.cs
- EnumValidator.cs
- ErrorProvider.cs
- ProfileManager.cs
- Encoder.cs
- ComplexLine.cs
- ResourceDescriptionAttribute.cs
- HtmlInputRadioButton.cs
- DataGridViewColumnEventArgs.cs
- SmtpNegotiateAuthenticationModule.cs
- Int32RectValueSerializer.cs
- CustomSignedXml.cs
- CodeDomConfigurationHandler.cs
- ArithmeticLiteral.cs
- HtmlTableRowCollection.cs
- MethodImplAttribute.cs
- PropertyReferenceExtension.cs
- PreservationFileWriter.cs
- ToggleProviderWrapper.cs
- Brushes.cs
- _AuthenticationState.cs
- InitializingNewItemEventArgs.cs
- ToolStripContainerDesigner.cs
- IisTraceWebEventProvider.cs
- CancelRequestedRecord.cs
- ApplicationFileParser.cs
- XPathCompileException.cs
- AppendHelper.cs
- X509CertificateCollection.cs
- FileSystemInfo.cs
- ColorEditor.cs
- TextRangeBase.cs
- EventSinkHelperWriter.cs
- ShellProvider.cs
- CaseInsensitiveComparer.cs
- ListViewCancelEventArgs.cs
- formatter.cs
- GlobalizationAssembly.cs
- FontSourceCollection.cs
- MediaPlayerState.cs
- RequestNavigateEventArgs.cs
- FakeModelItemImpl.cs
- AdvancedBindingPropertyDescriptor.cs
- DirectoryObjectSecurity.cs
- HuffModule.cs
- XPathNodeList.cs
- TextDecorationCollectionConverter.cs
- TypedReference.cs
- CompoundFileDeflateTransform.cs
- SqlDataSourceQueryConverter.cs
- CommaDelimitedStringAttributeCollectionConverter.cs
- FormatterConverter.cs
- TranslateTransform3D.cs
- PageClientProxyGenerator.cs
- EventProviderBase.cs
- DataGridCell.cs
- EventLogTraceListener.cs
- SystemUdpStatistics.cs
- FunctionQuery.cs
- SafePipeHandle.cs
- WCFBuildProvider.cs
- LineInfo.cs
- OLEDB_Util.cs
- SiteMap.cs
- Group.cs
- XmlNodeChangedEventManager.cs
- IndicShape.cs
- GeneratedContractType.cs
- ListViewEditEventArgs.cs
- InputLanguage.cs
- TimeSpanValidatorAttribute.cs
- Pts.cs
- CompoundFileStreamReference.cs
- RepeatBehavior.cs
- Visitor.cs
- MimeTypeMapper.cs