4 writes to _type
PresentationCore (4)
System\Windows\Media\Animation\KeyTime.cs (4)
46keyTime._type = KeyTimeType.Percent; 65keyTime._type = KeyTimeType.TimeSpan; 79keyTime._type = KeyTimeType.Uniform; 94keyTime._type = KeyTimeType.Paced;
7 references to _type
PresentationCore (7)
System\Windows\Media\Animation\KeyTime.cs (7)
109if (keyTime1._type == keyTime2._type) 111switch (keyTime1._type) 201return _type.GetHashCode(); 244if (_type == KeyTimeType.TimeSpan) 266if (_type == KeyTimeType.Percent) 285return _type;