3 instantiations of IndependentlyAnimatedPropertyMetadata
PresentationCore (3)
System\Windows\Media\Animation\Animatable.cs (1)
142propertyMetadata = new IndependentlyAnimatedPropertyMetadata(defaultValue);
System\Windows\Media\Animation\IndependentlyAnimatedPropertyMetadata.cs (1)
30return new IndependentlyAnimatedPropertyMetadata(DefaultValue);
System\Windows\Media\BitmapCacheBrush.cs (1)
393OpacityProperty.OverrideMetadata(typeofThis, new IndependentlyAnimatedPropertyMetadata(1.0, /* PropertyChangedHandle */ null, CoerceOpacity));
1 reference to IndependentlyAnimatedPropertyMetadata
PresentationCore (1)
System\Windows\Media\Animation\AnimationStorage.cs (1)
1102if (dp.GetMetadata(d.DependencyObjectType) is IndependentlyAnimatedPropertyMetadata)