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