Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- securitycriticaldata.cs
- NativeMethods.cs
- StylusButtonCollection.cs
- PolicyLevel.cs
- HScrollBar.cs
- RemoteX509Token.cs
- _ScatterGatherBuffers.cs
- SqlInfoMessageEvent.cs
- XmlSchemaChoice.cs
- UInt64.cs
- ReferenceTypeElement.cs
- InstalledFontCollection.cs
- HashSet.cs
- UnsafeCollabNativeMethods.cs
- HttpListenerRequest.cs
- MemoryStream.cs
- SchemaCompiler.cs
- EntitySqlQueryState.cs
- StorageTypeMapping.cs
- VirtualPathUtility.cs
- BatchStream.cs
- ControlBuilderAttribute.cs
- RuntimeConfig.cs
- IDispatchConstantAttribute.cs
- TCPClient.cs
- FileUtil.cs
- VisualState.cs
- ChannelSinkStacks.cs
- SqlBooleanMismatchVisitor.cs
- TreeView.cs
- ErrorHandlingReceiver.cs
- LayoutEvent.cs
- HtmlLink.cs
- KnownTypeHelper.cs
- MetadataItemEmitter.cs
- Types.cs
- ManagementDateTime.cs
- WebPartChrome.cs
- AppDomainEvidenceFactory.cs
- MenuAutomationPeer.cs
- BasicHttpSecurityElement.cs
- TemplatePagerField.cs
- COM2ColorConverter.cs
- TextWriterTraceListener.cs
- ModelItemCollection.cs
- IIS7WorkerRequest.cs
- NavigationPropertyEmitter.cs
- CompiledAction.cs
- CodeTypeMemberCollection.cs
- SerialPinChanges.cs
- MetadataUtil.cs
- PenLineCapValidation.cs
- DataGridViewCellStyleContentChangedEventArgs.cs
- CryptoKeySecurity.cs
- CustomErrorsSection.cs
- SessionPageStatePersister.cs
- Odbc32.cs
- NegationPusher.cs
- CodeObject.cs
- NetMsmqBindingElement.cs
- LoadGrammarCompletedEventArgs.cs
- ControlBindingsCollection.cs
- CodeNamespaceCollection.cs
- TreeNodeEventArgs.cs
- TextSearch.cs
- CollectionViewSource.cs
- LoginStatusDesigner.cs
- METAHEADER.cs
- ToolStripTextBox.cs
- StringFunctions.cs
- LabelDesigner.cs
- KeyboardNavigation.cs
- ColorConverter.cs
- TableDetailsCollection.cs
- WebPartAddingEventArgs.cs
- ToolboxDataAttribute.cs
- ReadOnlyDictionary.cs
- WebPartDisplayModeCollection.cs
- FullTextBreakpoint.cs
- ComponentEditorForm.cs
- XmlSchemaValidator.cs
- RemotingAttributes.cs
- HtmlContainerControl.cs
- MSAAEventDispatcher.cs
- SystemException.cs
- SvcMapFileLoader.cs
- SafeWaitHandle.cs
- GeneratedCodeAttribute.cs
- KeyValuePairs.cs
- GeneralTransform2DTo3D.cs
- DesignerAttribute.cs
- MostlySingletonList.cs
- SchemaNotation.cs
- XmlDictionaryReader.cs
- ContextBase.cs
- RegexFCD.cs
- CodeNamespaceImport.cs
- TaskFormBase.cs
- EncodingNLS.cs
- TextViewBase.cs