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