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