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
- CompiledQuery.cs
- InteropBitmapSource.cs
- CombinedTcpChannel.cs
- categoryentry.cs
- SelectionEditingBehavior.cs
- ObjectDataSourceEventArgs.cs
- HashLookup.cs
- DefaultPropertyAttribute.cs
- TypedReference.cs
- GridViewSortEventArgs.cs
- TraceUtils.cs
- SafeTokenHandle.cs
- DataGridViewBindingCompleteEventArgs.cs
- _ListenerAsyncResult.cs
- MethodAccessException.cs
- CommaDelimitedStringAttributeCollectionConverter.cs
- OpacityConverter.cs
- SecurityPermission.cs
- _LocalDataStore.cs
- dataprotectionpermissionattribute.cs
- TextWriter.cs
- SystemWebCachingSectionGroup.cs
- TaskExtensions.cs
- SqlVersion.cs
- UInt64Storage.cs
- DataFormats.cs
- Overlapped.cs
- WebPartTransformerCollection.cs
- ContentFileHelper.cs
- QilTernary.cs
- SortedSet.cs
- SQLDecimal.cs
- SmtpNtlmAuthenticationModule.cs
- TailPinnedEventArgs.cs
- Animatable.cs
- FileInfo.cs
- PolicyManager.cs
- InvalidateEvent.cs
- XmlMessageFormatter.cs
- SchemaEntity.cs
- PositiveTimeSpanValidatorAttribute.cs
- mactripleDES.cs
- SqlGatherProducedAliases.cs
- ControlPaint.cs
- FormsAuthenticationCredentials.cs
- connectionpool.cs
- _DisconnectOverlappedAsyncResult.cs
- WebPartEventArgs.cs
- SpnEndpointIdentity.cs
- GlobalEventManager.cs
- dataobject.cs
- SystemColors.cs
- SHA384.cs
- StringInfo.cs
- CursorConverter.cs
- TemplatingOptionsDialog.cs
- ReadWriteObjectLock.cs
- TableColumnCollectionInternal.cs
- CodeExpressionStatement.cs
- ChannelOptions.cs
- ToolboxItemCollection.cs
- ConfigurationLockCollection.cs
- ActivityTypeCodeDomSerializer.cs
- ProxyElement.cs
- ButtonChrome.cs
- PersistenceTypeAttribute.cs
- AutoSizeComboBox.cs
- RegexGroup.cs
- EncoderFallback.cs
- SubMenuStyleCollection.cs
- IndentedWriter.cs
- TextFragmentEngine.cs
- ProviderCommandInfoUtils.cs
- SqlHelper.cs
- BatchParser.cs
- ProcessStartInfo.cs
- BridgeDataRecord.cs
- GetPageNumberCompletedEventArgs.cs
- XmlSchemaComplexContent.cs
- GradientBrush.cs
- ContextStaticAttribute.cs
- WebControlAdapter.cs
- EventLogPermission.cs
- ListBoxItem.cs
- TreeNodeBindingCollection.cs
- SimpleRecyclingCache.cs
- InheritanceContextChangedEventManager.cs
- StylusLogic.cs
- Source.cs
- IsolatedStorageFilePermission.cs
- DefaultHttpHandler.cs
- AQNBuilder.cs
- MultiplexingFormatMapping.cs
- DataServiceQueryProvider.cs
- PhysicalAddress.cs
- CreateUserErrorEventArgs.cs
- MetadataSource.cs
- QueryableDataSourceHelper.cs
- ExceptionHandler.cs
- DataGridCommandEventArgs.cs