2 writes to EasingFunction
PresentationFramework (2)
src\Framework\System\Windows\VisualStateManager.cs (2)
482
result = new DoubleAnimation() {
EasingFunction
= easingFunction };
515
DoubleAnimation da = new DoubleAnimation() { To = targetDouble,
EasingFunction
= easingFunction };
1 reference to EasingFunction
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimation.cs (1)
229
IEasingFunction easingFunction =
EasingFunction
;