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
- X509UI.cs
- OleDbRowUpdatedEvent.cs
- BookmarkNameHelper.cs
- TemplateContent.cs
- AttachInfo.cs
- XmlElementAttribute.cs
- RoleManagerSection.cs
- AmbientProperties.cs
- AssociationTypeEmitter.cs
- MessageTraceRecord.cs
- Storyboard.cs
- printdlgexmarshaler.cs
- processwaithandle.cs
- MemoryMappedFileSecurity.cs
- PathHelper.cs
- RankException.cs
- LogicalTreeHelper.cs
- ConfigurationPropertyAttribute.cs
- ContextDataSourceView.cs
- OrderedDictionary.cs
- DeferredSelectedIndexReference.cs
- EventSetterHandlerConverter.cs
- CustomError.cs
- StringWriter.cs
- cache.cs
- Filter.cs
- TempFiles.cs
- Context.cs
- MdiWindowListStrip.cs
- XsltContext.cs
- CompilationLock.cs
- DecimalKeyFrameCollection.cs
- ClientTargetSection.cs
- PathData.cs
- PersonalizationStateInfo.cs
- MatchAttribute.cs
- TypeConverterHelper.cs
- AxHost.cs
- XomlCompiler.cs
- DependencySource.cs
- SqlLiftWhereClauses.cs
- BaseInfoTable.cs
- CategoryGridEntry.cs
- XmlObjectSerializerWriteContext.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- ToolStripPanelRenderEventArgs.cs
- MultitargetingHelpers.cs
- WebSysDescriptionAttribute.cs
- AddressAccessDeniedException.cs
- DocumentSequence.cs
- DelegateSerializationHolder.cs
- FunctionDetailsReader.cs
- OletxCommittableTransaction.cs
- StructuredTypeInfo.cs
- SpellerError.cs
- SafeArrayRankMismatchException.cs
- ListBindingHelper.cs
- UseLicense.cs
- VersionedStream.cs
- WorkflowServiceHost.cs
- DataServiceRequestOfT.cs
- TextAnchor.cs
- CalendarDateRangeChangingEventArgs.cs
- DiscoveryDocument.cs
- AliasedSlot.cs
- AdornerPresentationContext.cs
- Automation.cs
- DBSchemaTable.cs
- CaretElement.cs
- PrePrepareMethodAttribute.cs
- WindowsListViewItemCheckBox.cs
- Gdiplus.cs
- AcceleratedTokenProviderState.cs
- PropertyNames.cs
- XamlClipboardData.cs
- CalloutQueueItem.cs
- HostAdapter.cs
- AttributeUsageAttribute.cs
- XmlSchemaSimpleTypeList.cs
- QilTypeChecker.cs
- ReaderWriterLockWrapper.cs
- TypeGenericEnumerableViewSchema.cs
- ListControl.cs
- TextEditorTables.cs
- ClientSettingsSection.cs
- EventOpcode.cs
- CodeDomDecompiler.cs
- updateconfighost.cs
- TypedMessageConverter.cs
- ModifierKeysValueSerializer.cs
- HandlerBase.cs
- WpfPayload.cs
- SymbolEqualComparer.cs
- AcceptorSessionSymmetricTransportSecurityProtocol.cs
- SafeArrayRankMismatchException.cs
- DataError.cs
- XmlRawWriterWrapper.cs
- ToolTipService.cs
- ISFTagAndGuidCache.cs
- SessionChannels.cs