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