2 writes to From
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimation.cs (2)
135
From
= fromValue;
148
From
= fromValue;
6 references to From
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimation.cs (4)
372
if (
From
.HasValue)
378
_keyValues[0] =
From
.Value;
385
_keyValues[0] =
From
.Value;
392
_keyValues[0] =
From
.Value;
PresentationFramework (2)
src\Framework\System\Windows\VisualStateManager.cs (2)
680
return da.
From
.HasValue ? da.
From
: da.To;