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