Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / System / Windows / Media / Animation / Generated / DoubleIndependentAnimationStorage.cs / 1 / DoubleIndependentAnimationStorage.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 DoubleIndependentAnimationStorage : 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_DOUBLERESOURCE; } } ////// 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; } Double tempValue = (Double)dobj.GetValue(_dependencyProperty); DUCE.MILCMD_DOUBLERESOURCE data; data.Type = MILCMD.MilCmdDoubleResource; data.Handle = _duceResource.GetHandle(channel); data.Value = tempValue; unsafe { channel.SendCommand( (byte*)&data, sizeof(DUCE.MILCMD_DOUBLERESOURCE)); } } } } // 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 DoubleIndependentAnimationStorage : 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_DOUBLERESOURCE; } } ////// 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; } Double tempValue = (Double)dobj.GetValue(_dependencyProperty); DUCE.MILCMD_DOUBLERESOURCE data; data.Type = MILCMD.MilCmdDoubleResource; data.Handle = _duceResource.GetHandle(channel); data.Value = tempValue; unsafe { channel.SendCommand( (byte*)&data, sizeof(DUCE.MILCMD_DOUBLERESOURCE)); } } } } // 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
- __Filters.cs
- Subtract.cs
- IgnoreDeviceFilterElement.cs
- HwndTarget.cs
- HttpListenerRequest.cs
- WorkflowQueuingService.cs
- UserControlBuildProvider.cs
- HashJoinQueryOperatorEnumerator.cs
- TreeViewHitTestInfo.cs
- CodeEntryPointMethod.cs
- DynamicFilter.cs
- CompilerState.cs
- RowToFieldTransformer.cs
- SoapServerMessage.cs
- QuaternionValueSerializer.cs
- SimpleWebHandlerParser.cs
- CustomUserNameSecurityTokenAuthenticator.cs
- ReservationCollection.cs
- LineSegment.cs
- GeometryHitTestResult.cs
- DependencyPropertyConverter.cs
- ImageMetadata.cs
- SelectedGridItemChangedEvent.cs
- ReliabilityContractAttribute.cs
- ReadOnlyDictionary.cs
- SQLInt64.cs
- WsdlParser.cs
- LinqDataSourceInsertEventArgs.cs
- XmlDictionaryReaderQuotasElement.cs
- TextPatternIdentifiers.cs
- XslAstAnalyzer.cs
- BaseCodeDomTreeGenerator.cs
- SqlColumnizer.cs
- ValidationErrorEventArgs.cs
- FunctionQuery.cs
- FontFaceLayoutInfo.cs
- RawStylusInputCustomDataList.cs
- TextCharacters.cs
- BufferedResponseStream.cs
- Array.cs
- PropertyStore.cs
- NameValueCache.cs
- UriTemplateVariableQueryValue.cs
- HttpCookieCollection.cs
- CharKeyFrameCollection.cs
- SqlHelper.cs
- TextUtf8RawTextWriter.cs
- Compiler.cs
- Inflater.cs
- SoapIncludeAttribute.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- FragmentQueryProcessor.cs
- BmpBitmapEncoder.cs
- BrushConverter.cs
- PolyBezierSegment.cs
- CodeTypeMemberCollection.cs
- UInt16Converter.cs
- DbMetaDataFactory.cs
- ReservationCollection.cs
- ObjectStateEntryDbDataRecord.cs
- Base64Encoder.cs
- CommonDialog.cs
- EnterpriseServicesHelper.cs
- TargetControlTypeCache.cs
- X509CertificateCollection.cs
- SparseMemoryStream.cs
- Camera.cs
- FieldNameLookup.cs
- SplitterPanel.cs
- DependencyProperty.cs
- NumberSubstitution.cs
- Instrumentation.cs
- WindowsPen.cs
- _SSPISessionCache.cs
- TcpHostedTransportConfiguration.cs
- DrawingContextWalker.cs
- BlurEffect.cs
- DataGridHeadersVisibilityToVisibilityConverter.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- SqlDataSource.cs
- ImportContext.cs
- UniqueIdentifierService.cs
- ExceptionHandler.cs
- Point.cs
- EmptyStringExpandableObjectConverter.cs
- Knowncolors.cs
- ScriptResourceInfo.cs
- PageThemeCodeDomTreeGenerator.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- ListDataHelper.cs
- AsymmetricAlgorithm.cs
- BaseCollection.cs
- MouseButtonEventArgs.cs
- EventProvider.cs
- StringSorter.cs
- SafeNativeMethods.cs
- ListViewUpdatedEventArgs.cs
- BufferModesCollection.cs
- MultiByteCodec.cs
- XmlBinaryReader.cs