18 references to RepeatBehaviorType
PresentationCore (18)
System\Windows\Media\Animation\RepeatBehavior.cs (18)
28
private readonly
RepeatBehaviorType
_type;
43
_type =
RepeatBehaviorType
.IterationCount;
58
_type =
RepeatBehaviorType
.RepeatDuration;
64
/// <param name="behaviorType">Only <see cref="
RepeatBehaviorType
.Forever"/> value is permitted.</param>
65
private RepeatBehavior(
RepeatBehaviorType
behaviorType)
67
Debug.Assert(behaviorType ==
RepeatBehaviorType
.Forever);
84
return _type ==
RepeatBehaviorType
.IterationCount;
96
return _type ==
RepeatBehaviorType
.RepeatDuration;
142
return new RepeatBehavior(
RepeatBehaviorType
.Forever);
171
case
RepeatBehaviorType
.Forever:
175
case
RepeatBehaviorType
.IterationCount:
179
case
RepeatBehaviorType
.RepeatDuration:
214
case
RepeatBehaviorType
.IterationCount:
218
case
RepeatBehaviorType
.RepeatDuration:
222
case
RepeatBehaviorType
.Forever:
275
case
RepeatBehaviorType
.Forever:
279
case
RepeatBehaviorType
.IterationCount:
290
case
RepeatBehaviorType
.RepeatDuration: