Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / System / Windows / Media / Animation / Generated / ColorIndependentAnimationStorage.cs / 2 / 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: // windows\mil\codegen\mcg\generators\AnimationResourceTemplate.cs // // Please see [....]/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.ColorToMIL_COLORF(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
- XamlUtilities.cs
- CompositeDataBoundControl.cs
- ObjectSpanRewriter.cs
- DeflateStream.cs
- WebPartConnectionsConfigureVerb.cs
- WebPartTransformer.cs
- PointLightBase.cs
- ItemsControlAutomationPeer.cs
- AutomationElementCollection.cs
- DetailsViewInsertedEventArgs.cs
- linebase.cs
- SqlBooleanMismatchVisitor.cs
- CheckoutException.cs
- UserControlFileEditor.cs
- StylusButtonEventArgs.cs
- DataView.cs
- SectionXmlInfo.cs
- DBCommandBuilder.cs
- FederatedMessageSecurityOverHttp.cs
- Range.cs
- SQLBytes.cs
- LocalValueEnumerator.cs
- ClientData.cs
- NavigationCommands.cs
- PrtCap_Public.cs
- CapabilitiesRule.cs
- ProtectedConfiguration.cs
- HttpCapabilitiesEvaluator.cs
- DotAtomReader.cs
- FlowPosition.cs
- DockPanel.cs
- PropertyInfo.cs
- CountAggregationOperator.cs
- ellipse.cs
- SqlBuilder.cs
- TextContainerChangeEventArgs.cs
- InfoCardRSAPKCS1SignatureFormatter.cs
- HwndKeyboardInputProvider.cs
- AppDomainResourcePerfCounters.cs
- UserPreferenceChangingEventArgs.cs
- StreamBodyWriter.cs
- WebPartTransformerAttribute.cs
- FusionWrap.cs
- CompilationPass2TaskInternal.cs
- TemplatedMailWebEventProvider.cs
- DataBoundLiteralControl.cs
- GridView.cs
- Variable.cs
- NTAccount.cs
- ResourceFallbackManager.cs
- XmlResolver.cs
- TemplateColumn.cs
- SuppressIldasmAttribute.cs
- validation.cs
- DockProviderWrapper.cs
- ArraySortHelper.cs
- XmlDictionary.cs
- EmbeddedMailObjectsCollection.cs
- CommonGetThemePartSize.cs
- ContentPresenter.cs
- ObjectItemCollection.cs
- HtmlLink.cs
- ReturnEventArgs.cs
- TableLayoutPanel.cs
- List.cs
- BCLDebug.cs
- CompiledWorkflowDefinitionContext.cs
- JumpList.cs
- WindowInteropHelper.cs
- XmlTextReaderImplHelpers.cs
- AspNetHostingPermission.cs
- SequenceDesignerAccessibleObject.cs
- Input.cs
- AdCreatedEventArgs.cs
- CollectionBase.cs
- LookupBindingPropertiesAttribute.cs
- DbExpressionRules.cs
- SoapAttributeAttribute.cs
- ScrollBarAutomationPeer.cs
- CaseCqlBlock.cs
- OdbcConnection.cs
- SmiEventSink_Default.cs
- WindowsHyperlink.cs
- WorkflowQueueInfo.cs
- DirectoryObjectSecurity.cs
- RuleEngine.cs
- StylusPlugInCollection.cs
- DataTableClearEvent.cs
- DiscoveryInnerClientAdhoc11.cs
- URIFormatException.cs
- RadioButtonStandardAdapter.cs
- InfiniteIntConverter.cs
- OpacityConverter.cs
- XmlDocumentFragment.cs
- BinaryObjectWriter.cs
- ActivityExecutionFilter.cs
- TypeUtils.cs
- BufferedGraphics.cs
- PrintControllerWithStatusDialog.cs
- PolyLineSegment.cs