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
- AsyncOperationManager.cs
- XPathScanner.cs
- DataConnectionHelper.cs
- ObjectStateManager.cs
- RadialGradientBrush.cs
- WebPartDisplayModeCollection.cs
- SequentialOutput.cs
- ListViewDeletedEventArgs.cs
- SignedPkcs7.cs
- COAUTHINFO.cs
- QueryContinueDragEvent.cs
- SerialPinChanges.cs
- COMException.cs
- StructuredTypeEmitter.cs
- ValueConversionAttribute.cs
- FileAuthorizationModule.cs
- Overlapped.cs
- CheckBoxBaseAdapter.cs
- InternalPermissions.cs
- OSEnvironmentHelper.cs
- TargetParameterCountException.cs
- CompilerParameters.cs
- SettingsPropertyValue.cs
- FormsAuthentication.cs
- PrintDialog.cs
- ProxyHwnd.cs
- DataException.cs
- BehaviorEditorPart.cs
- InfoCardListRequest.cs
- GenericWebPart.cs
- ValidationSummary.cs
- DefaultHttpHandler.cs
- ObjectStateEntryDbDataRecord.cs
- MetadataSerializer.cs
- SingleSelectRootGridEntry.cs
- ImageAnimator.cs
- Font.cs
- XmlWrappingReader.cs
- TextServicesCompartmentEventSink.cs
- CrossSiteScriptingValidation.cs
- OpCodes.cs
- HwndMouseInputProvider.cs
- HttpValueCollection.cs
- FunctionUpdateCommand.cs
- SiteMapNode.cs
- XPathParser.cs
- TreeViewItem.cs
- AtomicFile.cs
- SerializationUtilities.cs
- InputBinding.cs
- XmlSchemaType.cs
- GetWorkflowTree.cs
- SingleAnimationBase.cs
- XmlLinkedNode.cs
- SecurityAlgorithmSuiteConverter.cs
- FrameworkElementAutomationPeer.cs
- BuildManagerHost.cs
- ThreadStaticAttribute.cs
- HostingPreferredMapPath.cs
- HtmlTableCell.cs
- TTSVoice.cs
- ErrorTableItemStyle.cs
- WhitespaceRuleReader.cs
- CodePrimitiveExpression.cs
- SortDescription.cs
- HostingEnvironmentException.cs
- StringUtil.cs
- LogicalTreeHelper.cs
- StringSource.cs
- DrawListViewItemEventArgs.cs
- LoginName.cs
- SQLInt16.cs
- RuleRef.cs
- HttpClientChannel.cs
- MetadataException.cs
- EntityChangedParams.cs
- SQLUtility.cs
- ComboBox.cs
- DocumentPaginator.cs
- HTMLTagNameToTypeMapper.cs
- ZipIOModeEnforcingStream.cs
- XmlAttributeCollection.cs
- Publisher.cs
- Animatable.cs
- ProfileProvider.cs
- ToolStripSplitStackLayout.cs
- DependencyPropertyKind.cs
- WebPartEditVerb.cs
- FormView.cs
- Application.cs
- ACL.cs
- Label.cs
- Rect.cs
- MexHttpsBindingElement.cs
- PointLightBase.cs
- UnsafeNativeMethods.cs
- UpdatePanel.cs
- BoundColumn.cs
- ShaderEffect.cs
- WindowsFormsLinkLabel.cs