4 writes to _type
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\KeyTime.cs (4)
44keyTime._type = KeyTimeType.Percent; 63keyTime._type = KeyTimeType.TimeSpan; 77keyTime._type = KeyTimeType.Uniform; 92keyTime._type = KeyTimeType.Paced;
7 references to _type
PresentationCore (7)
Core\CSharp\System\Windows\Media\Animation\KeyTime.cs (7)
107if (keyTime1._type == keyTime2._type) 109switch (keyTime1._type) 199return _type.GetHashCode(); 242if (_type == KeyTimeType.TimeSpan) 264if (_type == KeyTimeType.Percent) 283return _type;