4 implementations of GetAnimationBaseValue
PresentationCore (4)
System\Windows\Generated\ContentElement.cs (1)
198public object GetAnimationBaseValue(DependencyProperty dp)
System\Windows\Generated\UIElement.cs (1)
198public object GetAnimationBaseValue(DependencyProperty dp)
System\Windows\Media\Animation\Generated\Animatable.cs (1)
204public object GetAnimationBaseValue(DependencyProperty dp)
System\Windows\Media3D\Generated\Visual3D.cs (1)
204public object GetAnimationBaseValue(DependencyProperty dp)
1 reference to GetAnimationBaseValue
PresentationCore (1)
System\Windows\Media\Animation\AnimationStorage.cs (1)
750defaultDestinationValue = ((IAnimatable)d).GetAnimationBaseValue(dp);