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