18 references to RepeatBehaviorType
PresentationCore (18)
System\Windows\Media\Animation\RepeatBehavior.cs (18)
29
private readonly
RepeatBehaviorType
_type;
44
_type =
RepeatBehaviorType
.IterationCount;
59
_type =
RepeatBehaviorType
.RepeatDuration;
65
/// <param name="behaviorType">Only <see cref="
RepeatBehaviorType
.Forever"/> value is permitted.</param>
66
private RepeatBehavior(
RepeatBehaviorType
behaviorType)
68
Debug.Assert(behaviorType ==
RepeatBehaviorType
.Forever);
85
return _type ==
RepeatBehaviorType
.IterationCount;
97
return _type ==
RepeatBehaviorType
.RepeatDuration;
143
return new RepeatBehavior(
RepeatBehaviorType
.Forever);
172
case
RepeatBehaviorType
.Forever:
176
case
RepeatBehaviorType
.IterationCount:
180
case
RepeatBehaviorType
.RepeatDuration:
215
case
RepeatBehaviorType
.IterationCount:
219
case
RepeatBehaviorType
.RepeatDuration:
223
case
RepeatBehaviorType
.Forever:
276
case
RepeatBehaviorType
.Forever:
280
case
RepeatBehaviorType
.IterationCount:
291
case
RepeatBehaviorType
.RepeatDuration: