Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / System / Windows / Media / Animation / IndependentlyAnimatedPropertyMetadata.cs / 1 / IndependentlyAnimatedPropertyMetadata.cs
// IndependentlyAnimatedPropertyMetadata.cs using System.Windows; namespace System.Windows.Media.Animation { ////// A class registers this type of Metadata for a property if the property /// can be independently animated on that class. /// internal class IndependentlyAnimatedPropertyMetadata : UIPropertyMetadata { internal IndependentlyAnimatedPropertyMetadata(object defaultValue) : base(defaultValue) {} ////// Creates a new instance of this property metadata. This method is used /// when metadata needs to be cloned. After CreateInstance is called the /// framework will call Merge to merge metadata into the new instance. /// Deriving classes must override this and return a new instance of /// themselves. /// internal override PropertyMetadata CreateInstance() { return new IndependentlyAnimatedPropertyMetadata(DefaultValue); } } } // 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
- ListBoxAutomationPeer.cs
- ScopelessEnumAttribute.cs
- X509CertificateInitiatorClientCredential.cs
- DataGridViewImageCell.cs
- ScriptIgnoreAttribute.cs
- Stylus.cs
- TransactionException.cs
- TreeNodeBindingCollection.cs
- PanningMessageFilter.cs
- NameValuePermission.cs
- SystemColors.cs
- RegisteredDisposeScript.cs
- ConditionValidator.cs
- ColorMap.cs
- PropertyCondition.cs
- MasterPageParser.cs
- XamlReaderHelper.cs
- BatchStream.cs
- HtmlControlPersistable.cs
- CatalogZone.cs
- SQLResource.cs
- BlurBitmapEffect.cs
- UseManagedPresentationElement.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- ConnectionString.cs
- PanelStyle.cs
- ServiceManagerHandle.cs
- TextSpan.cs
- UserControlAutomationPeer.cs
- BackStopAuthenticationModule.cs
- Composition.cs
- StrokeCollectionConverter.cs
- StrokeCollection.cs
- Token.cs
- LinkArea.cs
- DnsPermission.cs
- MultipleViewProviderWrapper.cs
- Stylesheet.cs
- ELinqQueryState.cs
- VectorAnimation.cs
- AdjustableArrowCap.cs
- WindowsFormsSectionHandler.cs
- MediaElement.cs
- ScriptManagerProxy.cs
- EmptyCollection.cs
- IdentityModelDictionary.cs
- RNGCryptoServiceProvider.cs
- DateTimeConverter2.cs
- Margins.cs
- NamespaceInfo.cs
- DesignSurfaceManager.cs
- StaticDataManager.cs
- Constraint.cs
- RegistryDataKey.cs
- KeyConverter.cs
- ApplicationGesture.cs
- ResourceProviderFactory.cs
- ShaderEffect.cs
- MexBindingElement.cs
- PtsCache.cs
- XPathScanner.cs
- ProviderConnectionPointCollection.cs
- TemplatedAdorner.cs
- DistinctQueryOperator.cs
- TextTreeUndoUnit.cs
- SatelliteContractVersionAttribute.cs
- XmlDeclaration.cs
- PointConverter.cs
- ReadOnlyDictionary.cs
- OpenTypeLayout.cs
- PriorityBindingExpression.cs
- StreamGeometry.cs
- InvalidCommandTreeException.cs
- OdbcConnectionString.cs
- GifBitmapEncoder.cs
- BitmapImage.cs
- BackEase.cs
- ValidationHelper.cs
- _NegoStream.cs
- HttpWriter.cs
- TraceInternal.cs
- PolicyManager.cs
- DesignerCommandSet.cs
- XPathNavigator.cs
- DataGridTextColumn.cs
- FlowSwitchDesigner.xaml.cs
- ImageConverter.cs
- SystemIPInterfaceProperties.cs
- DataGridViewCell.cs
- KeyFrames.cs
- AutomationPatternInfo.cs
- CodeBlockBuilder.cs
- Logging.cs
- EncoderNLS.cs
- RC2.cs
- _emptywebproxy.cs
- TextInfo.cs
- SQLInt64Storage.cs
- FragmentQueryKB.cs
- IItemContainerGenerator.cs