3 writes to _type
PresentationCore (3)
System\Windows\Media\Animation\RepeatBehavior.cs (3)
44
_type
= RepeatBehaviorType.IterationCount;
59
_type
= RepeatBehaviorType.RepeatDuration;
70
_type
= behaviorType;
7 references to _type
PresentationCore (7)
System\Windows\Media\Animation\RepeatBehavior.cs (7)
85
return
_type
== RepeatBehaviorType.IterationCount;
97
return
_type
== RepeatBehaviorType.RepeatDuration;
168
if (
_type
== repeatBehavior.
_type
)
170
switch (
_type
)
213
switch (
_type
)
274
switch (
_type
)