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
- Configuration.cs
- ImageSource.cs
- NavigationProperty.cs
- MouseEvent.cs
- BindStream.cs
- Latin1Encoding.cs
- DateTimeFormat.cs
- RequestQueue.cs
- QuaternionConverter.cs
- FixUpCollection.cs
- CodeExpressionStatement.cs
- SecUtil.cs
- OracleConnectionString.cs
- QilLoop.cs
- KoreanCalendar.cs
- AuthenticationSection.cs
- Buffer.cs
- QuaternionRotation3D.cs
- TripleDESCryptoServiceProvider.cs
- ProviderManager.cs
- TextDocumentView.cs
- MultiView.cs
- RawStylusInputCustomData.cs
- BitmapDownload.cs
- UnhandledExceptionEventArgs.cs
- ContextConfiguration.cs
- MetadataItem.cs
- sitestring.cs
- WhitespaceRuleReader.cs
- BitArray.cs
- PrePostDescendentsWalker.cs
- BitmapInitialize.cs
- BufferBuilder.cs
- QueryReaderSettings.cs
- SizeConverter.cs
- StackOverflowException.cs
- WindowsToolbar.cs
- AddressingProperty.cs
- Oid.cs
- TreeNodeEventArgs.cs
- ObjectViewEntityCollectionData.cs
- EnumCodeDomSerializer.cs
- EntityDesignerBuildProvider.cs
- AnnotationElement.cs
- TabRenderer.cs
- DesignerActionKeyboardBehavior.cs
- OlePropertyStructs.cs
- DBCommand.cs
- WebPartCloseVerb.cs
- DataGridViewColumn.cs
- CompositeControlDesigner.cs
- NetworkInformationException.cs
- PropertyDescriptorComparer.cs
- DbDeleteCommandTree.cs
- ListViewGroupItemCollection.cs
- Decoder.cs
- DesignTimeVisibleAttribute.cs
- ResourceBinder.cs
- ModelTreeManager.cs
- MarkupProperty.cs
- ConstructorNeedsTagAttribute.cs
- Calendar.cs
- MulticastIPAddressInformationCollection.cs
- DesignerForm.cs
- ButtonBase.cs
- OdbcCommandBuilder.cs
- DocumentPageView.cs
- DesignerVerbCollection.cs
- DocumentSchemaValidator.cs
- SingleKeyFrameCollection.cs
- EntityDesignerUtils.cs
- Geometry3D.cs
- PrinterSettings.cs
- Bits.cs
- BooleanFunctions.cs
- Group.cs
- PathFigureCollection.cs
- AssemblyInfo.cs
- Activity.cs
- XmlAnyAttributeAttribute.cs
- BrowserInteropHelper.cs
- ApplicationHost.cs
- PkcsMisc.cs
- LinqDataSourceStatusEventArgs.cs
- InputLanguage.cs
- ToolStripDropDown.cs
- XmlSerializationGeneratedCode.cs
- DbDataRecord.cs
- HostedTcpTransportManager.cs
- PrinterUnitConvert.cs
- RSAOAEPKeyExchangeFormatter.cs
- SessionStateItemCollection.cs
- EventMappingSettingsCollection.cs
- EmptyStringExpandableObjectConverter.cs
- MethodRental.cs
- IndexedGlyphRun.cs
- FamilyTypefaceCollection.cs
- XmlAutoDetectWriter.cs
- FileIOPermission.cs
- ClockGroup.cs