6 references to Forever
PresentationCore (6)
System\Windows\Media\Animation\RepeatBehavior.cs (6)
65
/// <param name="behaviorType">Only <see cref="RepeatBehaviorType.
Forever
"/> value is permitted.</param>
68
Debug.Assert(behaviorType == RepeatBehaviorType.
Forever
);
143
return new RepeatBehavior(RepeatBehaviorType.
Forever
);
172
case RepeatBehaviorType.
Forever
:
223
case RepeatBehaviorType.
Forever
:
276
case RepeatBehaviorType.
Forever
: