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
- SiteMapDesignerDataSourceView.cs
- DataColumnMapping.cs
- FormsAuthenticationTicket.cs
- CodeDomConfigurationHandler.cs
- CodeAttributeDeclaration.cs
- Choices.cs
- PrintPageEvent.cs
- ExpressionBindings.cs
- Enlistment.cs
- MouseActionValueSerializer.cs
- Rotation3DAnimation.cs
- AssemblyBuilder.cs
- mediaclock.cs
- SqlComparer.cs
- StylusPointProperty.cs
- ZoneButton.cs
- DataGridViewControlCollection.cs
- _NTAuthentication.cs
- EditingCoordinator.cs
- AsymmetricCryptoHandle.cs
- SqlCommandBuilder.cs
- UserControl.cs
- PinnedBufferMemoryStream.cs
- BitmapMetadata.cs
- DataBinding.cs
- AttachedPropertyDescriptor.cs
- TextServicesLoader.cs
- AssertFilter.cs
- UserPreferenceChangingEventArgs.cs
- ExceptionValidationRule.cs
- BrowserCapabilitiesCodeGenerator.cs
- MouseButtonEventArgs.cs
- ContextInformation.cs
- UnauthorizedAccessException.cs
- PriorityQueue.cs
- CalendarTable.cs
- ThreadExceptionEvent.cs
- CompositionDesigner.cs
- ConfigXmlCDataSection.cs
- SrgsItemList.cs
- PersonalizableTypeEntry.cs
- Material.cs
- CanonicalXml.cs
- counter.cs
- FloaterParaClient.cs
- AnimatedTypeHelpers.cs
- OrderingExpression.cs
- ControlDesigner.cs
- QueueProcessor.cs
- PointLight.cs
- GenericParameterDataContract.cs
- HttpRuntimeSection.cs
- UnicastIPAddressInformationCollection.cs
- InvalidFilterCriteriaException.cs
- SendReply.cs
- DetailsViewPagerRow.cs
- QilParameter.cs
- FunctionOverloadResolver.cs
- brushes.cs
- PolyLineSegmentFigureLogic.cs
- FixedHighlight.cs
- DocumentScope.cs
- DataPagerFieldItem.cs
- WebPartConnectionsCancelEventArgs.cs
- DesignerCategoryAttribute.cs
- ObjectConverter.cs
- ZoomingMessageFilter.cs
- AsnEncodedData.cs
- Barrier.cs
- AuthorizationSection.cs
- PageFunction.cs
- mediaclock.cs
- UrlPath.cs
- SecurityKeyIdentifier.cs
- TypeDescriptorContext.cs
- CollectionView.cs
- PolicyStatement.cs
- SqlRemoveConstantOrderBy.cs
- MasterPage.cs
- BufferedOutputStream.cs
- Dictionary.cs
- LocalFileSettingsProvider.cs
- IndentedTextWriter.cs
- DataServiceRequestOfT.cs
- MeshGeometry3D.cs
- HostingEnvironmentWrapper.cs
- Stylesheet.cs
- GroupQuery.cs
- CalculatedColumn.cs
- TextProperties.cs
- hebrewshape.cs
- GlyphInfoList.cs
- Identity.cs
- control.ime.cs
- DefaultSerializationProviderAttribute.cs
- XmlStreamStore.cs
- IfElseDesigner.xaml.cs
- SystemFonts.cs
- GiveFeedbackEvent.cs
- DatagridviewDisplayedBandsData.cs