Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / System / Windows / Media / Animation / Generated / PointIndependentAnimationStorage.cs / 1 / 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:
// 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 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.
//----------------------------------------------------------------------------
//
//
// 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 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
- ToolboxItem.cs
- SafePEFileHandle.cs
- SqlDependency.cs
- ExpressionConverter.cs
- ThicknessConverter.cs
- LassoSelectionBehavior.cs
- ParserOptions.cs
- SrgsToken.cs
- SecurityPermission.cs
- FileSystemInfo.cs
- SolidColorBrush.cs
- BamlResourceDeserializer.cs
- HtmlWindowCollection.cs
- HtmlListAdapter.cs
- AttachedAnnotationChangedEventArgs.cs
- FormDesigner.cs
- MetaModel.cs
- TextModifierScope.cs
- SecurityManager.cs
- AppModelKnownContentFactory.cs
- MimePart.cs
- TrustManagerPromptUI.cs
- TraceXPathNavigator.cs
- AudioBase.cs
- WindowsPrincipal.cs
- UIElementAutomationPeer.cs
- FunctionQuery.cs
- UInt32Storage.cs
- DbConnectionOptions.cs
- ValidateNames.cs
- ReachUIElementCollectionSerializer.cs
- GridLength.cs
- Binding.cs
- WeakReference.cs
- DbConnectionClosed.cs
- XmlCDATASection.cs
- WebServiceFault.cs
- XPathArrayIterator.cs
- _emptywebproxy.cs
- SystemIPv4InterfaceProperties.cs
- ConnectionPoint.cs
- Ref.cs
- ValidatingReaderNodeData.cs
- ClientFormsIdentity.cs
- WindowsTokenRoleProvider.cs
- LinearGradientBrush.cs
- SHA384CryptoServiceProvider.cs
- HtmlInputCheckBox.cs
- FormatVersion.cs
- autovalidator.cs
- ColumnResult.cs
- ExpressionSelection.cs
- BorderSidesEditor.cs
- CmsInterop.cs
- ChildrenQuery.cs
- EnumValAlphaComparer.cs
- OperationInvokerTrace.cs
- FocusTracker.cs
- DataObjectEventArgs.cs
- KeyedCollection.cs
- TextElementEnumerator.cs
- XmlEntityReference.cs
- StateDesigner.Layouts.cs
- ContentDisposition.cs
- SqlCacheDependencySection.cs
- PointAnimationClockResource.cs
- UrlAuthorizationModule.cs
- FormsIdentity.cs
- SiteMapHierarchicalDataSourceView.cs
- ParallelDesigner.cs
- BoolLiteral.cs
- UrlAuthFailureHandler.cs
- ImageMapEventArgs.cs
- StaticContext.cs
- RootProfilePropertySettingsCollection.cs
- BrowserTree.cs
- VideoDrawing.cs
- BatchWriter.cs
- DeadCharTextComposition.cs
- PolyLineSegment.cs
- LinearKeyFrames.cs
- DateTimeFormat.cs
- SortedSet.cs
- UInt32Storage.cs
- HttpListenerResponse.cs
- DataSpaceManager.cs
- Base64Stream.cs
- PropertyReference.cs
- ExceptionUtil.cs
- GridViewItemAutomationPeer.cs
- MobileListItem.cs
- ExtenderProvidedPropertyAttribute.cs
- StringConcat.cs
- Int32Storage.cs
- SqlExpander.cs
- codemethodreferenceexpression.cs
- OrCondition.cs
- ExecutedRoutedEventArgs.cs
- DbMetaDataCollectionNames.cs
- BulletedListEventArgs.cs