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)
106
if (keyTime1.
_type
== keyTime2.
_type
)
108
switch (keyTime1.
_type
)
198
return
_type
.GetHashCode();
241
if (
_type
== KeyTimeType.TimeSpan)
262
if (
_type
== KeyTimeType.Percent)
280
return
_type
;