Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / Animation / IndependentlyAnimatedPropertyMetadata.cs / 1305600 / 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) {} internal IndependentlyAnimatedPropertyMetadata(object defaultValue, PropertyChangedCallback propertyChangedCallback, CoerceValueCallback coerceValueCallback) : base(defaultValue, propertyChangedCallback, coerceValueCallback) {} ////// 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
- GridViewRowCollection.cs
- DynamicDataExtensions.cs
- AsyncOperation.cs
- WindowVisualStateTracker.cs
- Compensate.cs
- ToolStripContainer.cs
- FileFormatException.cs
- NetworkInformationPermission.cs
- FatalException.cs
- DelayedRegex.cs
- ClipboardData.cs
- MetadataUtilsSmi.cs
- GrabHandleGlyph.cs
- externdll.cs
- VolatileEnlistmentState.cs
- CanonicalFontFamilyReference.cs
- DictionaryContent.cs
- DataListComponentEditor.cs
- LogicalTreeHelper.cs
- MinMaxParagraphWidth.cs
- WorkflowDesignerColors.cs
- HtmlInputSubmit.cs
- ClrPerspective.cs
- XmlBinaryReader.cs
- LinqDataSourceSelectEventArgs.cs
- QueueException.cs
- OleDbMetaDataFactory.cs
- DataListItem.cs
- HtmlInputRadioButton.cs
- AsymmetricKeyExchangeFormatter.cs
- SystemFonts.cs
- AttributeAction.cs
- DispatcherHooks.cs
- DataPagerFieldItem.cs
- DefaultParameterValueAttribute.cs
- ExternalDataExchangeService.cs
- ValidationErrorCollection.cs
- SessionStateUtil.cs
- ServiceNameElement.cs
- EventRecordWrittenEventArgs.cs
- XmlSchemaValidationException.cs
- TreeNodeCollection.cs
- SafeRegistryKey.cs
- DescendantOverDescendantQuery.cs
- UriScheme.cs
- ExtenderControl.cs
- glyphs.cs
- TaskFileService.cs
- TypeInfo.cs
- StylusLogic.cs
- AdornerLayer.cs
- CodeConstructor.cs
- DataGridColumnFloatingHeader.cs
- HttpStreamMessage.cs
- NativeObjectSecurity.cs
- RsaSecurityKey.cs
- HttpResponseHeader.cs
- Vector3DKeyFrameCollection.cs
- GlobalDataBindingHandler.cs
- PixelFormat.cs
- ListViewDeletedEventArgs.cs
- InkCollectionBehavior.cs
- MoveSizeWinEventHandler.cs
- PasswordTextContainer.cs
- DesignConnection.cs
- SuppressIldasmAttribute.cs
- RSACryptoServiceProvider.cs
- PackWebResponse.cs
- ConfigDefinitionUpdates.cs
- RunInstallerAttribute.cs
- ResourcePart.cs
- FlowDocumentFormatter.cs
- FastEncoderStatics.cs
- OleAutBinder.cs
- SafeWaitHandle.cs
- Cursors.cs
- DataServiceException.cs
- _SecureChannel.cs
- ReadOnlyHierarchicalDataSourceView.cs
- WebHttpDispatchOperationSelector.cs
- CredentialManagerDialog.cs
- HandlerBase.cs
- localization.cs
- RuntimeConfigLKG.cs
- RepeatBehaviorConverter.cs
- WebPartUtil.cs
- ResourceWriter.cs
- RuntimeIdentifierPropertyAttribute.cs
- ConnectionStringSettingsCollection.cs
- _BasicClient.cs
- EditBehavior.cs
- PrintPageEvent.cs
- WindowsStatic.cs
- TypeDelegator.cs
- TypeBuilderInstantiation.cs
- RSAPKCS1KeyExchangeFormatter.cs
- DesignerCategoryAttribute.cs
- NameTable.cs
- rsa.cs
- GC.cs