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