6 references to Forever
PresentationCore (6)
System\Windows\Media\Animation\RepeatBehavior.cs (6)
64
/// <param name="behaviorType">Only <see cref="RepeatBehaviorType.
Forever
"/> value is permitted.</param>
67
Debug.Assert(behaviorType == RepeatBehaviorType.
Forever
);
142
return new RepeatBehavior(RepeatBehaviorType.
Forever
);
171
case RepeatBehaviorType.
Forever
:
222
case RepeatBehaviorType.
Forever
:
275
case RepeatBehaviorType.
Forever
: