3 writes to _type
PresentationCore (3)
System\Windows\Media\Animation\RepeatBehavior.cs (3)
43
_type
= RepeatBehaviorType.IterationCount;
58
_type
= RepeatBehaviorType.RepeatDuration;
69
_type
= behaviorType;
7 references to _type
PresentationCore (7)
System\Windows\Media\Animation\RepeatBehavior.cs (7)
84
return
_type
== RepeatBehaviorType.IterationCount;
96
return
_type
== RepeatBehaviorType.RepeatDuration;
167
if (
_type
== repeatBehavior.
_type
)
169
switch (
_type
)
212
switch (
_type
)
273
switch (
_type
)