2 writes to From
PresentationCore (2)
System\Windows\Media\Animation\Generated\ColorAnimation.cs (2)
133From = fromValue; 146From = fromValue;
6 references to From
PresentationCore (4)
System\Windows\Media\Animation\Generated\ColorAnimation.cs (4)
370if (From.HasValue) 376_keyValues[0] = From.Value; 383_keyValues[0] = From.Value; 390_keyValues[0] = From.Value;
PresentationFramework (2)
System\Windows\VisualStateManager.cs (2)
600return ca.From.HasValue ? ca.From : ca.To;