2 overrides of GetCurrentValueCore
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimation.cs (1)
218
protected override Byte
GetCurrentValueCore
(Byte defaultOriginValue, Byte defaultDestinationValue, AnimationClock animationClock)
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (1)
331
protected sealed override Byte
GetCurrentValueCore
(
1 reference to GetCurrentValueCore
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\ByteAnimationBase.cs (1)
183
return
GetCurrentValueCore
(defaultOriginValue, defaultDestinationValue, animationClock);