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> 67Debug.Assert(behaviorType == RepeatBehaviorType.Forever); 142return new RepeatBehavior(RepeatBehaviorType.Forever); 171case RepeatBehaviorType.Forever: 222case RepeatBehaviorType.Forever: 275case RepeatBehaviorType.Forever: