17 references to RepeatBehaviorType
PresentationCore (17)
System\Windows\Media\Animation\RepeatBehavior.cs (17)
32
private
RepeatBehaviorType
_type;
51
_type =
RepeatBehaviorType
.IterationCount;
68
_type =
RepeatBehaviorType
.RepeatDuration;
82
forever._type =
RepeatBehaviorType
.Forever;
100
return _type ==
RepeatBehaviorType
.IterationCount;
112
return _type ==
RepeatBehaviorType
.RepeatDuration;
125
if (_type !=
RepeatBehaviorType
.IterationCount)
144
if (_type !=
RepeatBehaviorType
.RepeatDuration)
186
case
RepeatBehaviorType
.Forever:
190
case
RepeatBehaviorType
.IterationCount:
194
case
RepeatBehaviorType
.RepeatDuration:
229
case
RepeatBehaviorType
.IterationCount:
233
case
RepeatBehaviorType
.RepeatDuration:
237
case
RepeatBehaviorType
.Forever:
290
case
RepeatBehaviorType
.Forever:
294
case
RepeatBehaviorType
.IterationCount:
305
case
RepeatBehaviorType
.RepeatDuration: