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