Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- ApplicationFileCodeDomTreeGenerator.cs
- WeakEventTable.cs
- ParamArrayAttribute.cs
- Propagator.JoinPropagator.cs
- DoubleLinkListEnumerator.cs
- RangeValidator.cs
- TransactionsSectionGroup.cs
- CheckedPointers.cs
- RootBrowserWindowAutomationPeer.cs
- InputMethodStateTypeInfo.cs
- SHA384Managed.cs
- BoolLiteral.cs
- MessageBodyMemberAttribute.cs
- cookiecollection.cs
- TableRowCollection.cs
- DrawingBrush.cs
- filewebresponse.cs
- DynamicPropertyReader.cs
- InvokeGenerator.cs
- WindowsListViewGroup.cs
- PenThreadPool.cs
- TextServicesProperty.cs
- BufferBuilder.cs
- BamlReader.cs
- IUnknownConstantAttribute.cs
- XmlSortKey.cs
- EntityCommandExecutionException.cs
- PersonalizableTypeEntry.cs
- QuotedPairReader.cs
- ColorPalette.cs
- PeerNameRecord.cs
- columnmapfactory.cs
- RegexNode.cs
- RoutedUICommand.cs
- KoreanCalendar.cs
- Line.cs
- ConstructorNeedsTagAttribute.cs
- SizeAnimationBase.cs
- SelectionListComponentEditor.cs
- SqlCachedBuffer.cs
- EventManager.cs
- PersonalizationStateInfoCollection.cs
- SynchronousReceiveElement.cs
- PerformanceCounterCategory.cs
- unsafenativemethodstextservices.cs
- PhonemeEventArgs.cs
- BitmapEffectInput.cs
- keycontainerpermission.cs
- Mapping.cs
- KerberosSecurityTokenAuthenticator.cs
- Int16Animation.cs
- NativeMethodsOther.cs
- BrushValueSerializer.cs
- MutexSecurity.cs
- KeyedHashAlgorithm.cs
- ReliabilityContractAttribute.cs
- KeyMatchBuilder.cs
- EnumerableWrapperWeakToStrong.cs
- ListControlDesigner.cs
- EmitterCache.cs
- DataGridLinkButton.cs
- MultipleCopiesCollection.cs
- BitConverter.cs
- UnsafeNativeMethods.cs
- UnsafeNativeMethodsPenimc.cs
- EventToken.cs
- TextEditorCopyPaste.cs
- CustomPopupPlacement.cs
- FormsIdentity.cs
- ArgumentNullException.cs
- LongTypeConverter.cs
- EdmTypeAttribute.cs
- AudioLevelUpdatedEventArgs.cs
- StrokeSerializer.cs
- AliasGenerator.cs
- EntityStoreSchemaGenerator.cs
- StringAnimationBase.cs
- BuildResultCache.cs
- TableCellCollection.cs
- UpdateTranslator.cs
- CommaDelimitedStringAttributeCollectionConverter.cs
- _OverlappedAsyncResult.cs
- ProtocolImporter.cs
- HtmlFormWrapper.cs
- TemplateInstanceAttribute.cs
- XPathException.cs
- SoapSchemaExporter.cs
- GeometryGroup.cs
- TreeViewHitTestInfo.cs
- DataGridPagingPage.cs
- InstanceDescriptor.cs
- AsyncSerializedWorker.cs
- WebPartConnectionsDisconnectVerb.cs
- Property.cs
- _emptywebproxy.cs
- CodeGen.cs
- ConfigurationStrings.cs
- SafeProcessHandle.cs
- ContentPropertyAttribute.cs
- AppearanceEditorPart.cs