4 writes to _type
PresentationCore (4)
System\Windows\Media\Animation\KeyTime.cs (4)
37_type = KeyTimeType.Percent 57_type = KeyTimeType.TimeSpan 73_type = KeyTimeType.Uniform 90_type = KeyTimeType.Paced
7 references to _type
PresentationCore (7)
System\Windows\Media\Animation\KeyTime.cs (7)
106if (keyTime1._type == keyTime2._type) 108switch (keyTime1._type) 198return _type.GetHashCode(); 241if (_type == KeyTimeType.TimeSpan) 262if (_type == KeyTimeType.Percent) 280return _type;