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