Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / Animation / Generated / PointIndependentAnimationStorage.cs / 1305600 / 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
- ZipIOExtraFieldZip64Element.cs
- SHA1CryptoServiceProvider.cs
- CodeConstructor.cs
- DrawingGroup.cs
- MdImport.cs
- WebPartEditVerb.cs
- Matrix.cs
- RelationshipEnd.cs
- CellTreeSimplifier.cs
- X509Extension.cs
- Enum.cs
- Debug.cs
- DataGridToolTip.cs
- ChangeInterceptorAttribute.cs
- ServiceDiscoveryBehavior.cs
- AssemblyName.cs
- ClosureBinding.cs
- PointConverter.cs
- XmlSchemaImporter.cs
- AvTraceDetails.cs
- DefaultTraceListener.cs
- LabelDesigner.cs
- MatrixCamera.cs
- IISUnsafeMethods.cs
- DynamicPropertyReader.cs
- BaseTemplateBuildProvider.cs
- TemplateColumn.cs
- QilTypeChecker.cs
- SortFieldComparer.cs
- XPathParser.cs
- ZoneMembershipCondition.cs
- DataGridViewEditingControlShowingEventArgs.cs
- HttpContextServiceHost.cs
- _SslSessionsCache.cs
- ProviderUtil.cs
- XmlCompatibilityReader.cs
- PresentationTraceSources.cs
- UserNameSecurityTokenParameters.cs
- TypefaceCollection.cs
- XmlSerializerAssemblyAttribute.cs
- AttachedPropertiesService.cs
- TraceSection.cs
- Mappings.cs
- ImageListUtils.cs
- TreeViewImageKeyConverter.cs
- CharEntityEncoderFallback.cs
- ObjectListDesigner.cs
- TextSelectionHelper.cs
- Rect3DValueSerializer.cs
- EventDescriptorCollection.cs
- BaseTemplateBuildProvider.cs
- InkCanvasAutomationPeer.cs
- HtmlMobileTextWriter.cs
- BigInt.cs
- AssemblyNameProxy.cs
- FixedSOMElement.cs
- VarInfo.cs
- StatusBar.cs
- UIPropertyMetadata.cs
- StreamHelper.cs
- SmtpMail.cs
- HelpKeywordAttribute.cs
- AttributeAction.cs
- XamlFilter.cs
- PointHitTestResult.cs
- _NegotiateClient.cs
- RedirectionProxy.cs
- XamlTemplateSerializer.cs
- BinaryObjectWriter.cs
- RuntimeHelpers.cs
- DataReceivedEventArgs.cs
- RoutedEvent.cs
- DesignerHost.cs
- SemaphoreFullException.cs
- linebase.cs
- ProtocolViolationException.cs
- RawAppCommandInputReport.cs
- FilterElement.cs
- X509Certificate2Collection.cs
- VSDExceptions.cs
- ThemeableAttribute.cs
- WebBrowserNavigatedEventHandler.cs
- PrimaryKeyTypeConverter.cs
- Crc32Helper.cs
- ConnectionsZone.cs
- MemberPath.cs
- AutomationPropertyInfo.cs
- BufferedStream.cs
- ExpressionBinding.cs
- ResourceDictionaryCollection.cs
- TextEditorSelection.cs
- Font.cs
- Journaling.cs
- ScrollViewerAutomationPeer.cs
- SemaphoreSecurity.cs
- DesignRelationCollection.cs
- ResourceDictionary.cs
- CompilerLocalReference.cs
- SR.cs
- QilVisitor.cs