3 writes to _type
PresentationCore (3)
System\Windows\Media\Animation\RepeatBehavior.cs (3)
48
_type
= RepeatBehaviorType.IterationCount;
65
_type
= RepeatBehaviorType.RepeatDuration;
80
_type
= RepeatBehaviorType.Forever
9 references to _type
PresentationCore (9)
System\Windows\Media\Animation\RepeatBehavior.cs (9)
99
return
_type
== RepeatBehaviorType.IterationCount;
111
return
_type
== RepeatBehaviorType.RepeatDuration;
124
if (
_type
!= RepeatBehaviorType.IterationCount)
142
if (
_type
!= RepeatBehaviorType.RepeatDuration)
179
if (
_type
== repeatBehavior.
_type
)
181
switch (
_type
)
224
switch (
_type
)
285
switch (
_type
)