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
- BidPrivateBase.cs
- TypeSemantics.cs
- PartitionResolver.cs
- TableLayoutPanelCellPosition.cs
- PersistenceContextEnlistment.cs
- FirstMatchCodeGroup.cs
- BuildDependencySet.cs
- ResourceReferenceExpressionConverter.cs
- SecurityContext.cs
- iisPickupDirectory.cs
- PointLightBase.cs
- typedescriptorpermission.cs
- LazyInitializer.cs
- VisualCollection.cs
- PassportAuthentication.cs
- AccessibilityApplicationManager.cs
- SendingRequestEventArgs.cs
- DataConnectionHelper.cs
- XmlQueryTypeFactory.cs
- NavigatorInput.cs
- MobileCategoryAttribute.cs
- KeyValuePair.cs
- Clipboard.cs
- AttachedPropertyBrowsableAttribute.cs
- Converter.cs
- MouseActionConverter.cs
- RequestCachingSection.cs
- DragEvent.cs
- XmlAttributeOverrides.cs
- WebExceptionStatus.cs
- TabItemAutomationPeer.cs
- SmtpFailedRecipientsException.cs
- OdbcEnvironmentHandle.cs
- WsdlExporter.cs
- VectorKeyFrameCollection.cs
- ChtmlTextWriter.cs
- ProxyAttribute.cs
- Scheduler.cs
- WindowsListViewItem.cs
- PreviewPageInfo.cs
- ContextQuery.cs
- Method.cs
- DataBoundControlHelper.cs
- SplitterEvent.cs
- DebugView.cs
- CounterSample.cs
- SQLBinary.cs
- FolderLevelBuildProviderAppliesToAttribute.cs
- InfoCardBaseException.cs
- Rotation3D.cs
- ErrorStyle.cs
- EmptyEnumerable.cs
- Rect3D.cs
- HtmlTitle.cs
- Currency.cs
- HyperLink.cs
- ActivityDefaults.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- DockAndAnchorLayout.cs
- WindowVisualStateTracker.cs
- HwndSource.cs
- BrowserCapabilitiesFactory.cs
- MimeTypePropertyAttribute.cs
- ProfileGroupSettings.cs
- XmlSchemaSimpleContentExtension.cs
- GCHandleCookieTable.cs
- DbDataSourceEnumerator.cs
- InvalidDataContractException.cs
- ResourceExpressionBuilder.cs
- DataFormats.cs
- XmlSchemaComplexType.cs
- ComplexPropertyEntry.cs
- DataPagerField.cs
- DetailsViewRowCollection.cs
- SamlAttribute.cs
- SchemaImporterExtensionElement.cs
- CommandPlan.cs
- RuleInfoComparer.cs
- FrameSecurityDescriptor.cs
- IntSumAggregationOperator.cs
- SharedStatics.cs
- DaylightTime.cs
- TextCompositionManager.cs
- DeferredBinaryDeserializerExtension.cs
- GuidelineCollection.cs
- DynamicUpdateCommand.cs
- EntityTypeEmitter.cs
- FormViewAutoFormat.cs
- DataBoundControlHelper.cs
- CallbackTimeoutsElement.cs
- DesignerActionHeaderItem.cs
- GPRECT.cs
- NamespaceCollection.cs
- Workspace.cs
- FormViewUpdateEventArgs.cs
- UnsafeCollabNativeMethods.cs
- TextElement.cs
- RemoteAsymmetricSignatureFormatter.cs
- LoginUtil.cs
- DatagramAdapter.cs