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