2 writes to From
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimation.cs (2)
135From = fromValue; 148From = fromValue;
6 references to From
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\PointAnimation.cs (4)
372if (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)
703return pa.From.HasValue ? pa.From : pa.To;