5 writes to To
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimation.cs (4)
110To = toValue; 122To = toValue; 136To = toValue; 149To = toValue;
PresentationFramework (1)
src\Framework\System\Windows\VisualStateManager.cs (1)
515DoubleAnimation da = new DoubleAnimation() { To = targetDouble, EasingFunction = easingFunction };
5 references to To
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimation.cs (4)
374if (To.HasValue) 379_keyValues[1] = To.Value; 395else if (To.HasValue) 399_keyValues[0] = To.Value;
PresentationFramework (1)
src\Framework\System\Windows\VisualStateManager.cs (1)
680return da.From.HasValue ? da.From : da.To;