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