4 writes to _type
PresentationCore (4)
System\Windows\Media\Animation\KeyTime.cs (4)
36_type = KeyTimeType.Percent 56_type = KeyTimeType.TimeSpan 72_type = KeyTimeType.Uniform 89_type = KeyTimeType.Paced
7 references to _type
PresentationCore (7)
System\Windows\Media\Animation\KeyTime.cs (7)
105if (keyTime1._type == keyTime2._type) 107switch (keyTime1._type) 197return _type.GetHashCode(); 240if (_type == KeyTimeType.TimeSpan) 261if (_type == KeyTimeType.Percent) 279return _type;