Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / System / Windows / Media / Animation / Generated / ColorIndependentAnimationStorage.cs / 1 / ColorIndependentAnimationStorage.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // This file was generated, please do not edit it directly. // // This file was generated from the codegen template located at: // wpf\src\Graphics\codegen\mcg\generators\AnimationResourceTemplate.cs // // Please see http://wiki/default.aspx/Microsoft.Projects.Avalon/MilCodeGen.html for more information. // //--------------------------------------------------------------------------- using System; using MS.Internal; using System.Diagnostics; using System.Runtime.InteropServices; using System.Threading; using System.Windows.Media; using System.Windows.Media.Composition; using System.Windows.Media.Media3D; using System.Security; using System.Security.Permissions; namespace System.Windows.Media.Animation { internal class ColorIndependentAnimationStorage : IndependentAnimationStorage { // // Method which returns the DUCE type of this class. // The base class needs this type when calling CreateOrAddRefOnChannel. // By providing this via a virtual, we avoid a per-instance storage cost. // protected override DUCE.ResourceType ResourceType { get { return DUCE.ResourceType.TYPE_COLORRESOURCE; } } ////// Critical: This code is critical because it has unsafe code blocks /// TreatAsSafe: This call is ok to expose. Channels can handle bad pointers /// [SecurityCritical,SecurityTreatAsSafe] protected override void UpdateResourceCore(DUCE.Channel channel) { Debug.Assert(_duceResource.IsOnChannel(channel)); DependencyObject dobj = ((DependencyObject) _dependencyObject.Target); // The dependency object was GCed, nothing to do here if (dobj == null) { return; } Color tempValue = (Color)dobj.GetValue(_dependencyProperty); DUCE.MILCMD_COLORRESOURCE data; data.Type = MILCMD.MilCmdColorResource; data.Handle = _duceResource.GetHandle(channel); data.Value = CompositionResourceManager.ColorToMilColorF(tempValue); unsafe { channel.SendCommand( (byte*)&data, sizeof(DUCE.MILCMD_COLORRESOURCE)); } } } } // 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. // // // This file was generated, please do not edit it directly. // // This file was generated from the codegen template located at: // wpf\src\Graphics\codegen\mcg\generators\AnimationResourceTemplate.cs // // Please see http://wiki/default.aspx/Microsoft.Projects.Avalon/MilCodeGen.html for more information. // //--------------------------------------------------------------------------- using System; using MS.Internal; using System.Diagnostics; using System.Runtime.InteropServices; using System.Threading; using System.Windows.Media; using System.Windows.Media.Composition; using System.Windows.Media.Media3D; using System.Security; using System.Security.Permissions; namespace System.Windows.Media.Animation { internal class ColorIndependentAnimationStorage : IndependentAnimationStorage { // // Method which returns the DUCE type of this class. // The base class needs this type when calling CreateOrAddRefOnChannel. // By providing this via a virtual, we avoid a per-instance storage cost. // protected override DUCE.ResourceType ResourceType { get { return DUCE.ResourceType.TYPE_COLORRESOURCE; } } ////// Critical: This code is critical because it has unsafe code blocks /// TreatAsSafe: This call is ok to expose. Channels can handle bad pointers /// [SecurityCritical,SecurityTreatAsSafe] protected override void UpdateResourceCore(DUCE.Channel channel) { Debug.Assert(_duceResource.IsOnChannel(channel)); DependencyObject dobj = ((DependencyObject) _dependencyObject.Target); // The dependency object was GCed, nothing to do here if (dobj == null) { return; } Color tempValue = (Color)dobj.GetValue(_dependencyProperty); DUCE.MILCMD_COLORRESOURCE data; data.Type = MILCMD.MilCmdColorResource; data.Handle = _duceResource.GetHandle(channel); data.Value = CompositionResourceManager.ColorToMilColorF(tempValue); unsafe { channel.SendCommand( (byte*)&data, sizeof(DUCE.MILCMD_COLORRESOURCE)); } } } } // 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
- ScriptControlDescriptor.cs
- RadialGradientBrush.cs
- SafeNativeMethodsOther.cs
- OperationDescriptionCollection.cs
- RequestContext.cs
- HMACSHA384.cs
- XmlSchemaCompilationSettings.cs
- FileRecordSequenceCompletedAsyncResult.cs
- ConfigurationStrings.cs
- UnsafeCollabNativeMethods.cs
- CorePropertiesFilter.cs
- BindableTemplateBuilder.cs
- ObjectNavigationPropertyMapping.cs
- CompilerError.cs
- SymLanguageType.cs
- SqlXmlStorage.cs
- SecurityTokenAttachmentMode.cs
- ListInitExpression.cs
- cookiecontainer.cs
- ListViewItemMouseHoverEvent.cs
- _KerberosClient.cs
- FlowDocumentPageViewerAutomationPeer.cs
- MasterPage.cs
- WindowsGraphics.cs
- LinearKeyFrames.cs
- TracingConnectionListener.cs
- TextRange.cs
- StatusBarItemAutomationPeer.cs
- Geometry3D.cs
- StateMachineExecutionState.cs
- WebBrowser.cs
- ExpandCollapseIsCheckedConverter.cs
- ErrorTableItemStyle.cs
- WindowsAuthenticationModule.cs
- MonikerSyntaxException.cs
- SkinBuilder.cs
- WebReferencesBuildProvider.cs
- WindowShowOrOpenTracker.cs
- KoreanCalendar.cs
- WebServiceFaultDesigner.cs
- DataGridCommandEventArgs.cs
- ServicePointManager.cs
- ListControl.cs
- DecimalStorage.cs
- ListBoxChrome.cs
- ISFClipboardData.cs
- BoundColumn.cs
- ToolStripDropDownDesigner.cs
- MobilePage.cs
- HttpContextWrapper.cs
- RangeValuePatternIdentifiers.cs
- WebBrowserUriTypeConverter.cs
- EdmSchemaError.cs
- SearchForVirtualItemEventArgs.cs
- MissingMemberException.cs
- CommonServiceBehaviorElement.cs
- MachineKeyConverter.cs
- EditorZoneBase.cs
- WebPartEditorCancelVerb.cs
- XmlElementAttribute.cs
- ColumnCollection.cs
- ConsoleKeyInfo.cs
- HtmlTableRow.cs
- ClientSideProviderDescription.cs
- AutomationPropertyInfo.cs
- MetadataItem.cs
- OLEDB_Util.cs
- RectangleGeometry.cs
- SapiGrammar.cs
- DataRecordObjectView.cs
- XslCompiledTransform.cs
- StubHelpers.cs
- DigitalSignature.cs
- StaticDataManager.cs
- ListCollectionView.cs
- List.cs
- DataGridSortCommandEventArgs.cs
- DataGridViewRow.cs
- FlowLayout.cs
- BindingGraph.cs
- VirtualDirectoryMapping.cs
- SmiSettersStream.cs
- DebugInfoExpression.cs
- DataGridLinkButton.cs
- DocumentViewerConstants.cs
- EntityTypeBase.cs
- ErrorStyle.cs
- SoundPlayer.cs
- PrePrepareMethodAttribute.cs
- ZoneButton.cs
- COM2PropertyDescriptor.cs
- ValidatingPropertiesEventArgs.cs
- EdmConstants.cs
- XmlDataSource.cs
- VisualCollection.cs
- FlagPanel.cs
- MemberInfoSerializationHolder.cs
- UTF7Encoding.cs
- File.cs
- Grammar.cs