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)
105
if (keyTime1.
_type
== keyTime2.
_type
)
107
switch (keyTime1.
_type
)
197
return
_type
.GetHashCode();
240
if (
_type
== KeyTimeType.TimeSpan)
261
if (
_type
== KeyTimeType.Percent)
279
return
_type
;