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
- DelegatingHeader.cs
- MemberInfoSerializationHolder.cs
- TypeNameParser.cs
- SHA512Cng.cs
- TriState.cs
- EastAsianLunisolarCalendar.cs
- SourceFileBuildProvider.cs
- RequestNavigateEventArgs.cs
- RegexWorker.cs
- SQLDecimal.cs
- BamlStream.cs
- RouteItem.cs
- TypeInformation.cs
- WorkflowStateRollbackService.cs
- StyleCollection.cs
- DrawingGroup.cs
- BaseCollection.cs
- WebPartEditorApplyVerb.cs
- errorpatternmatcher.cs
- UserControlCodeDomTreeGenerator.cs
- ConstraintCollection.cs
- AnyReturnReader.cs
- CommittableTransaction.cs
- WebPartConnectionsCancelEventArgs.cs
- AddInDeploymentState.cs
- OperationResponse.cs
- PageStatePersister.cs
- GeneralTransform3DTo2DTo3D.cs
- ThrowOnMultipleAssignment.cs
- StreamReader.cs
- TextParagraphProperties.cs
- FixedElement.cs
- ImageIndexConverter.cs
- CompositionDesigner.cs
- contentDescriptor.cs
- ContentFileHelper.cs
- ReadonlyMessageFilter.cs
- UserControlAutomationPeer.cs
- RoleBoolean.cs
- indexingfiltermarshaler.cs
- RectangleHotSpot.cs
- BaseParaClient.cs
- AttachmentCollection.cs
- ToolStripControlHost.cs
- TrackingMemoryStreamFactory.cs
- GcSettings.cs
- KnownTypeDataContractResolver.cs
- FormsAuthentication.cs
- DbReferenceCollection.cs
- FixedSOMTableCell.cs
- PenCursorManager.cs
- ValidationPropertyAttribute.cs
- DataRowExtensions.cs
- PopupControlService.cs
- SamlSerializer.cs
- PngBitmapDecoder.cs
- FixedBufferAttribute.cs
- GroupQuery.cs
- StreamSecurityUpgradeProvider.cs
- RTLAwareMessageBox.cs
- HeaderedContentControl.cs
- PageTheme.cs
- AnonymousIdentificationModule.cs
- CharUnicodeInfo.cs
- ExtendedProtectionPolicy.cs
- WinFormsSpinner.cs
- DrawingGroup.cs
- StandardOleMarshalObject.cs
- FontUnitConverter.cs
- TrimSurroundingWhitespaceAttribute.cs
- XmlIterators.cs
- NTAccount.cs
- ImageEditor.cs
- WebRequest.cs
- TraceContext.cs
- DataBindEngine.cs
- RemoteTokenFactory.cs
- ACL.cs
- EntityDataSourceWizardForm.cs
- WpfGeneratedKnownTypes.cs
- ParseHttpDate.cs
- PrintPreviewGraphics.cs
- NativeMethods.cs
- ConfigXmlAttribute.cs
- UserPrincipalNameElement.cs
- LabelAutomationPeer.cs
- Model3D.cs
- Argument.cs
- AdRotatorDesigner.cs
- WebPartRestoreVerb.cs
- SQLDouble.cs
- XmlQueryTypeFactory.cs
- ColorAnimationUsingKeyFrames.cs
- SwitchElementsCollection.cs
- MimeTextImporter.cs
- RenderDataDrawingContext.cs
- WorkflowControlClient.cs
- TimeIntervalCollection.cs
- DataGridViewIntLinkedList.cs
- WebRequestModuleElement.cs