Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / System / Windows / Media / Animation / Generated / PointIndependentAnimationStorage.cs / 2 / PointIndependentAnimationStorage.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 PointIndependentAnimationStorage : 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_POINTRESOURCE; } } ////// 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; } Point tempValue = (Point)dobj.GetValue(_dependencyProperty); DUCE.MILCMD_POINTRESOURCE data; data.Type = MILCMD.MilCmdPointResource; data.Handle = _duceResource.GetHandle(channel); data.Value = tempValue; unsafe { channel.SendCommand( (byte*)&data, sizeof(DUCE.MILCMD_POINTRESOURCE)); } } } } // 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
- StandardToolWindows.cs
- complextypematerializer.cs
- TextEditorParagraphs.cs
- SQLUtility.cs
- OSFeature.cs
- _HTTPDateParse.cs
- _CookieModule.cs
- BaseComponentEditor.cs
- VariableQuery.cs
- EntityDataSourceContainerNameItem.cs
- UIElement.cs
- SynchronizedDispatch.cs
- RuleProcessor.cs
- ModelToObjectValueConverter.cs
- FormView.cs
- CatalogPartCollection.cs
- WorkflowInstanceRecord.cs
- QilName.cs
- EmptyControlCollection.cs
- WorkflowDesigner.cs
- JavaScriptSerializer.cs
- SelectorAutomationPeer.cs
- SqlNamer.cs
- SharedStatics.cs
- BStrWrapper.cs
- SemanticResolver.cs
- RadioButtonPopupAdapter.cs
- DataColumnPropertyDescriptor.cs
- VirtualDirectoryMapping.cs
- ReturnValue.cs
- HorizontalAlignConverter.cs
- MenuItemStyleCollection.cs
- CreateUserWizard.cs
- OleDbStruct.cs
- ProvidePropertyAttribute.cs
- RecommendedAsConfigurableAttribute.cs
- BezierSegment.cs
- PassportAuthentication.cs
- EventBookmark.cs
- SingleAnimationBase.cs
- NetworkInformationPermission.cs
- ButtonFieldBase.cs
- MouseGestureConverter.cs
- FileDetails.cs
- DateTimeConverter.cs
- BindingWorker.cs
- SemaphoreFullException.cs
- TransactionScopeDesigner.cs
- XNodeValidator.cs
- ListSortDescriptionCollection.cs
- DataGridViewCellCancelEventArgs.cs
- Assembly.cs
- Accessors.cs
- RecognizeCompletedEventArgs.cs
- GeometryCombineModeValidation.cs
- Resources.Designer.cs
- ChildTable.cs
- dataobject.cs
- ConfigurationSection.cs
- DecimalAnimationBase.cs
- BitmapPalettes.cs
- ObjectContext.cs
- ObjectSecurity.cs
- ConditionalBranch.cs
- GeneralTransform.cs
- BitmapEffectDrawingContent.cs
- SchemaDeclBase.cs
- QuaternionAnimation.cs
- TakeOrSkipQueryOperator.cs
- ViewGenerator.cs
- AlignmentXValidation.cs
- MethodCallTranslator.cs
- MissingFieldException.cs
- CorrelationActionMessageFilter.cs
- ProvidePropertyAttribute.cs
- SortAction.cs
- SqlRowUpdatingEvent.cs
- Debugger.cs
- OrderByExpression.cs
- ClickablePoint.cs
- TryLoadRunnableWorkflowCommand.cs
- DesignerSerializerAttribute.cs
- ContentValidator.cs
- RegexFCD.cs
- StorageMappingItemCollection.cs
- MetadataArtifactLoaderFile.cs
- AmbientEnvironment.cs
- SimpleHandlerFactory.cs
- ConnectionStringEditor.cs
- SizeLimitedCache.cs
- OleDbInfoMessageEvent.cs
- HtmlUtf8RawTextWriter.cs
- CatalogPart.cs
- XmlNamespaceMappingCollection.cs
- ObjectDataSourceStatusEventArgs.cs
- HttpModuleAction.cs
- Point3DCollectionConverter.cs
- Thumb.cs
- FormClosedEvent.cs
- TextShapeableCharacters.cs