2 writes to EasingFunction
PresentationFramework (2)
System\Windows\VisualStateManager.cs (2)
436result = new DoubleAnimation() { EasingFunction = easingFunction }; 469DoubleAnimation da = new DoubleAnimation() { To = targetDouble, EasingFunction = easingFunction };
1 reference to EasingFunction
PresentationCore (1)
System\Windows\Media\Animation\Generated\DoubleAnimation.cs (1)
227IEasingFunction easingFunction = EasingFunction;