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
- RMEnrollmentPage1.cs
- TrustManagerPromptUI.cs
- SecureStringHasher.cs
- StorageTypeMapping.cs
- GenericTextProperties.cs
- OleDbException.cs
- SqlDataSourceView.cs
- TextDecoration.cs
- linebase.cs
- DbConnectionInternal.cs
- MDIClient.cs
- ProxySimple.cs
- _IPv6Address.cs
- OutputCacheProviderCollection.cs
- NamedPipeProcessProtocolHandler.cs
- XPathQueryGenerator.cs
- SpeakInfo.cs
- Funcletizer.cs
- GridProviderWrapper.cs
- BinaryFormatter.cs
- ToolBarButtonDesigner.cs
- MatrixTransform.cs
- BrowsableAttribute.cs
- ToolStripDropDownItemDesigner.cs
- SiteMapProvider.cs
- Operand.cs
- StylusPointCollection.cs
- ConfigurationManagerHelperFactory.cs
- TraceContextEventArgs.cs
- ImmutableAssemblyCacheEntry.cs
- SafeNativeMethods.cs
- DataObjectAttribute.cs
- ToolStripContentPanel.cs
- CalendarItem.cs
- DesignerHost.cs
- InstancePersistence.cs
- WindowsIdentity.cs
- WMIInterop.cs
- LocalizationComments.cs
- EndpointAddressElementBase.cs
- WebHeaderCollection.cs
- ConfigurationValidatorAttribute.cs
- AutoScrollHelper.cs
- RelationshipConstraintValidator.cs
- IgnoreSectionHandler.cs
- SizeLimitedCache.cs
- XamlReaderConstants.cs
- ReflectionTypeLoadException.cs
- SolidColorBrush.cs
- AdCreatedEventArgs.cs
- BitConverter.cs
- ControlDesigner.cs
- DoubleKeyFrameCollection.cs
- PartialArray.cs
- XmlFormatExtensionAttribute.cs
- DecodeHelper.cs
- SafeLibraryHandle.cs
- TransportOutputChannel.cs
- Version.cs
- CollectionBuilder.cs
- SapiRecognizer.cs
- DetailsViewCommandEventArgs.cs
- TextContainer.cs
- AsyncResult.cs
- EncoderFallback.cs
- Mutex.cs
- BuildProvider.cs
- HtmlObjectListAdapter.cs
- GridViewColumnHeaderAutomationPeer.cs
- SystemIdentity.cs
- DataObjectSettingDataEventArgs.cs
- DataGridCellsPresenter.cs
- RegexGroup.cs
- ProfileSection.cs
- CursorInteropHelper.cs
- SQLDateTimeStorage.cs
- TransformerTypeCollection.cs
- PrivateFontCollection.cs
- Calendar.cs
- SamlAuthorizationDecisionStatement.cs
- RemotingServices.cs
- DataSourceIDConverter.cs
- DiagnosticTrace.cs
- GradientBrush.cs
- CurrentChangingEventManager.cs
- NativeMethods.cs
- SqlDataSourceEnumerator.cs
- XmlAttributeOverrides.cs
- DefaultPropertyAttribute.cs
- GridViewCellAutomationPeer.cs
- DataBoundControl.cs
- TreeBuilderXamlTranslator.cs
- DataGridItemAutomationPeer.cs
- ControlPropertyNameConverter.cs
- DbProviderFactory.cs
- TheQuery.cs
- httpstaticobjectscollection.cs
- EmptyStringExpandableObjectConverter.cs
- StringInfo.cs
- TimeSpan.cs