17 references to RepeatBehaviorType
PresentationCore (17)
Core\CSharp\System\Windows\Media\Animation\RepeatBehavior.cs (17)
41
private
RepeatBehaviorType
_type;
60
_type =
RepeatBehaviorType
.IterationCount;
77
_type =
RepeatBehaviorType
.RepeatDuration;
91
forever._type =
RepeatBehaviorType
.Forever;
109
return _type ==
RepeatBehaviorType
.IterationCount;
121
return _type ==
RepeatBehaviorType
.RepeatDuration;
134
if (_type !=
RepeatBehaviorType
.IterationCount)
153
if (_type !=
RepeatBehaviorType
.RepeatDuration)
195
case
RepeatBehaviorType
.Forever:
199
case
RepeatBehaviorType
.IterationCount:
203
case
RepeatBehaviorType
.RepeatDuration:
238
case
RepeatBehaviorType
.IterationCount:
242
case
RepeatBehaviorType
.RepeatDuration:
246
case
RepeatBehaviorType
.Forever:
299
case
RepeatBehaviorType
.Forever:
303
case
RepeatBehaviorType
.IterationCount:
314
case
RepeatBehaviorType
.RepeatDuration: