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