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> 68Debug.Assert(behaviorType == RepeatBehaviorType.Forever); 143return new RepeatBehavior(RepeatBehaviorType.Forever); 172case RepeatBehaviorType.Forever: 223case RepeatBehaviorType.Forever: 276case RepeatBehaviorType.Forever: