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 / RenderContext.cs / 1 / RenderContext.cs
//------------------------------------------------------------------------------ // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // Description: // Accumulates state during a render pass of the scene. // //----------------------------------------------------------------------------- namespace System.Windows.Media { using System; using System.Windows.Threading; using System.Collections; using System.Diagnostics; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using System.Runtime.InteropServices; using MS.Internal; ////// This class accumulates state during a render pass of the scene. /// internal sealed class RenderContext { // ------------------------------------------------------------------- // // Internal Constructors // // ------------------------------------------------------------------- #region Internal Constructors ////// Constructor /// internal RenderContext() { // Do nothing. } #endregion Internal Constructors // -------------------------------------------------------------------- // // Internal Properties // // ------------------------------------------------------------------- #region Internal Properties ////// Returns the current channel. /// internal DUCE.Channel Channel { get { return _channel; } } ////// Returns a handle to the root node, which is attached /// directly to a composition target /// internal DUCE.ResourceHandle Root { get { return _root; } } #endregion Internal Properties // -------------------------------------------------------------------- // // Internal Methods // // -------------------------------------------------------------------- #region Internal Methods ////// Initialize must be called before a frame is rendered. /// internal void Initialize( DUCE.Channel channel, DUCE.ResourceHandle root) { Debug.Assert(channel != null); _channel = channel; _root = root; } #endregion Internal Methods // ------------------------------------------------------------------- // // Private Fields // // -------------------------------------------------------------------- #region Private Fields ////// The current channel. /// private DUCE.Channel _channel; ////// The root node, attached directly to a composition target. /// private DUCE.ResourceHandle _root; #endregion Private Fields } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // Description: // Accumulates state during a render pass of the scene. // //----------------------------------------------------------------------------- namespace System.Windows.Media { using System; using System.Windows.Threading; using System.Collections; using System.Diagnostics; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using System.Runtime.InteropServices; using MS.Internal; ////// This class accumulates state during a render pass of the scene. /// internal sealed class RenderContext { // ------------------------------------------------------------------- // // Internal Constructors // // ------------------------------------------------------------------- #region Internal Constructors ////// Constructor /// internal RenderContext() { // Do nothing. } #endregion Internal Constructors // -------------------------------------------------------------------- // // Internal Properties // // ------------------------------------------------------------------- #region Internal Properties ////// Returns the current channel. /// internal DUCE.Channel Channel { get { return _channel; } } ////// Returns a handle to the root node, which is attached /// directly to a composition target /// internal DUCE.ResourceHandle Root { get { return _root; } } #endregion Internal Properties // -------------------------------------------------------------------- // // Internal Methods // // -------------------------------------------------------------------- #region Internal Methods ////// Initialize must be called before a frame is rendered. /// internal void Initialize( DUCE.Channel channel, DUCE.ResourceHandle root) { Debug.Assert(channel != null); _channel = channel; _root = root; } #endregion Internal Methods // ------------------------------------------------------------------- // // Private Fields // // -------------------------------------------------------------------- #region Private Fields ////// The current channel. /// private DUCE.Channel _channel; ////// The root node, attached directly to a composition target. /// private DUCE.ResourceHandle _root; #endregion Private Fields } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CorrelationResolver.cs
- MaskedTextBoxDesignerActionList.cs
- SessionEndedEventArgs.cs
- BaseCodePageEncoding.cs
- EndpointDispatcher.cs
- PageHandlerFactory.cs
- CacheAxisQuery.cs
- ListViewUpdatedEventArgs.cs
- MachineKeySection.cs
- HttpCacheVaryByContentEncodings.cs
- oledbmetadatacollectionnames.cs
- ResolveDuplexCD1AsyncResult.cs
- DataServiceBuildProvider.cs
- ScrollBarRenderer.cs
- StatusBar.cs
- Token.cs
- Clipboard.cs
- SerializationAttributes.cs
- DataControlFieldCollection.cs
- CompletedAsyncResult.cs
- WhiteSpaceTrimStringConverter.cs
- WebConfigurationManager.cs
- DataGridHeadersVisibilityToVisibilityConverter.cs
- OleDbFactory.cs
- SemanticResultValue.cs
- parserscommon.cs
- ImagingCache.cs
- HostingEnvironment.cs
- IsolatedStorageFileStream.cs
- CodeVariableDeclarationStatement.cs
- CommunicationObjectManager.cs
- KnownColorTable.cs
- SiteMapDataSourceView.cs
- RequestDescription.cs
- PersonalizationState.cs
- AssertUtility.cs
- ItemsControl.cs
- WebBrowserNavigatingEventHandler.cs
- _NegoState.cs
- ScriptHandlerFactory.cs
- XmlSchemaComplexContentRestriction.cs
- DataGridViewComboBoxEditingControl.cs
- SerializableAttribute.cs
- SourceItem.cs
- EdgeModeValidation.cs
- PrtTicket_Public_Simple.cs
- XmlSecureResolver.cs
- CopyCodeAction.cs
- EntityDataSourceViewSchema.cs
- DnsPermission.cs
- recordstatefactory.cs
- AssemblyUtil.cs
- DataServiceStreamResponse.cs
- ReferentialConstraint.cs
- SessionPageStateSection.cs
- _UriSyntax.cs
- ActivityCodeDomReferenceService.cs
- RootAction.cs
- OutputCacheModule.cs
- NullReferenceException.cs
- InlineCollection.cs
- RSAOAEPKeyExchangeFormatter.cs
- ScaleTransform3D.cs
- MetadataCache.cs
- SaveFileDialog.cs
- SqlFormatter.cs
- RegexParser.cs
- CodeArrayCreateExpression.cs
- WebServiceParameterData.cs
- ExpressionLink.cs
- ViewBase.cs
- GridViewSortEventArgs.cs
- DbMetaDataCollectionNames.cs
- CorrelationTokenInvalidatedHandler.cs
- TemplatedMailWebEventProvider.cs
- CustomErrorsSection.cs
- CompilationRelaxations.cs
- SystemNetHelpers.cs
- CodeRegionDirective.cs
- ConfigurationProperty.cs
- IgnoreDataMemberAttribute.cs
- LogicalTreeHelper.cs
- DmlSqlGenerator.cs
- QilInvokeLateBound.cs
- StaticTextPointer.cs
- RichTextBoxAutomationPeer.cs
- control.ime.cs
- ProfileModule.cs
- DBSchemaTable.cs
- AuthenticationConfig.cs
- ControlParameter.cs
- WorkflowServiceAttributes.cs
- ProgressPage.cs
- CodeNamespaceImport.cs
- AppDomainManager.cs
- MatrixTransform3D.cs
- SourceElementsCollection.cs
- MissingFieldException.cs
- CAGDesigner.cs
- CachedPathData.cs