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