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
- MarginsConverter.cs
- XPathConvert.cs
- SoapProtocolImporter.cs
- DataServiceOperationContext.cs
- SharedDp.cs
- TreeNodeBindingCollection.cs
- IPCCacheManager.cs
- TextViewBase.cs
- AsyncOperationContext.cs
- TableLayoutSettings.cs
- InitializerFacet.cs
- RealProxy.cs
- MetafileHeaderWmf.cs
- LabelAutomationPeer.cs
- PropagatorResult.cs
- RuntimeVariableList.cs
- WindowsListViewSubItem.cs
- TraceHandler.cs
- DateTimeParse.cs
- DataGridViewControlCollection.cs
- TreeNodeCollectionEditor.cs
- XmlSchemaSet.cs
- ProfileSettings.cs
- RMPublishingDialog.cs
- AsyncPostBackErrorEventArgs.cs
- TypeConverterAttribute.cs
- SqlRowUpdatingEvent.cs
- SystemIcons.cs
- NativeCompoundFileAPIs.cs
- SafeNativeMethods.cs
- MenuAdapter.cs
- entityreference_tresulttype.cs
- SecurityContextTokenValidationException.cs
- FormatControl.cs
- SqlRemoveConstantOrderBy.cs
- DeploymentExceptionMapper.cs
- ConfigurationValidatorBase.cs
- ConnectionConsumerAttribute.cs
- PlaceHolder.cs
- TypeElement.cs
- WorkflowHostingResponseContext.cs
- XPathSelfQuery.cs
- ListControl.cs
- PagerStyle.cs
- DataTemplateKey.cs
- PerfService.cs
- IntSecurity.cs
- TargetFrameworkAttribute.cs
- NumberFormatInfo.cs
- XmlSchemaObjectTable.cs
- ConditionValidator.cs
- DecoratedNameAttribute.cs
- RestHandler.cs
- PartialTrustHelpers.cs
- HtmlWindowCollection.cs
- ResourcesBuildProvider.cs
- counter.cs
- IgnoreSectionHandler.cs
- AssemblyCache.cs
- XmlNamedNodeMap.cs
- PersonalizableAttribute.cs
- UInt64Converter.cs
- MarkupCompiler.cs
- DocumentXmlWriter.cs
- EventWaitHandle.cs
- CodeAttributeArgument.cs
- DataStreams.cs
- CachedPathData.cs
- SpoolingTaskBase.cs
- LinqDataSourceHelper.cs
- PaintEvent.cs
- XPathQilFactory.cs
- QuaternionAnimation.cs
- SecUtil.cs
- UnmanagedMemoryStreamWrapper.cs
- AutomationPatternInfo.cs
- BStrWrapper.cs
- versioninfo.cs
- LifetimeManager.cs
- SqlConnectionPoolProviderInfo.cs
- SqlClientWrapperSmiStream.cs
- DocumentPaginator.cs
- Update.cs
- ZipIOLocalFileBlock.cs
- ManipulationVelocities.cs
- ContourSegment.cs
- RangeBaseAutomationPeer.cs
- XmlCodeExporter.cs
- TextAnchor.cs
- UnknownBitmapEncoder.cs
- DropShadowEffect.cs
- ObjectDataSourceMethodEventArgs.cs
- SafeNativeMethodsCLR.cs
- CounterCreationDataCollection.cs
- Helpers.cs
- NativeWrapper.cs
- HyperlinkAutomationPeer.cs
- URLString.cs
- PackageRelationshipCollection.cs
- COM2ComponentEditor.cs