2 writes to From
PresentationCore (2)
System\Windows\Media\Animation\Generated\ColorAnimation.cs (2)
122From = fromValue; 135From = fromValue;
6 references to From
PresentationCore (4)
System\Windows\Media\Animation\Generated\ColorAnimation.cs (4)
359if (From.HasValue) 365_keyValues[0] = From.Value; 372_keyValues[0] = From.Value; 379_keyValues[0] = From.Value;
PresentationFramework (2)
System\Windows\VisualStateManager.cs (2)
594return ca.From.HasValue ? ca.From : ca.To;