2 writes to From
PresentationCore (2)
System\Windows\Media\Animation\Generated\DoubleAnimation.cs (2)
123From = fromValue; 136From = fromValue;
6 references to From
PresentationCore (4)
System\Windows\Media\Animation\Generated\DoubleAnimation.cs (4)
360if (From.HasValue) 366_keyValues[0] = From.Value; 373_keyValues[0] = From.Value; 380_keyValues[0] = From.Value;
PresentationFramework (2)
System\Windows\VisualStateManager.cs (2)
618return da.From.HasValue ? da.From : da.To;