3 writes to _type
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\RepeatBehavior.cs (3)
60
_type
= RepeatBehaviorType.IterationCount;
77
_type
= RepeatBehaviorType.RepeatDuration;
91
forever.
_type
= RepeatBehaviorType.Forever;
9 references to _type
PresentationCore (9)
Core\CSharp\System\Windows\Media\Animation\RepeatBehavior.cs (9)
109
return
_type
== RepeatBehaviorType.IterationCount;
121
return
_type
== RepeatBehaviorType.RepeatDuration;
134
if (
_type
!= RepeatBehaviorType.IterationCount)
153
if (
_type
!= RepeatBehaviorType.RepeatDuration)
191
if (
_type
== repeatBehavior.
_type
)
193
switch (
_type
)
236
switch (
_type
)
297
switch (
_type
)