18 references to RepeatBehaviorType
PresentationCore (18)
System\Windows\Media\Animation\RepeatBehavior.cs (18)
29private readonly RepeatBehaviorType _type; 44_type = RepeatBehaviorType.IterationCount; 59_type = RepeatBehaviorType.RepeatDuration; 65/// <param name="behaviorType">Only <see cref="RepeatBehaviorType.Forever"/> value is permitted.</param> 66private RepeatBehavior(RepeatBehaviorType behaviorType) 68Debug.Assert(behaviorType == RepeatBehaviorType.Forever); 85return _type == RepeatBehaviorType.IterationCount; 97return _type == RepeatBehaviorType.RepeatDuration; 143return new RepeatBehavior(RepeatBehaviorType.Forever); 172case RepeatBehaviorType.Forever: 176case RepeatBehaviorType.IterationCount: 180case RepeatBehaviorType.RepeatDuration: 215case RepeatBehaviorType.IterationCount: 219case RepeatBehaviorType.RepeatDuration: 223case RepeatBehaviorType.Forever: 276case RepeatBehaviorType.Forever: 280case RepeatBehaviorType.IterationCount: 291case RepeatBehaviorType.RepeatDuration: