18 references to RepeatBehaviorType
PresentationCore (18)
System\Windows\Media\Animation\RepeatBehavior.cs (18)
28private readonly RepeatBehaviorType _type; 43_type = RepeatBehaviorType.IterationCount; 58_type = RepeatBehaviorType.RepeatDuration; 64/// <param name="behaviorType">Only <see cref="RepeatBehaviorType.Forever"/> value is permitted.</param> 65private RepeatBehavior(RepeatBehaviorType behaviorType) 67Debug.Assert(behaviorType == RepeatBehaviorType.Forever); 84return _type == RepeatBehaviorType.IterationCount; 96return _type == RepeatBehaviorType.RepeatDuration; 142return new RepeatBehavior(RepeatBehaviorType.Forever); 171case RepeatBehaviorType.Forever: 175case RepeatBehaviorType.IterationCount: 179case RepeatBehaviorType.RepeatDuration: 214case RepeatBehaviorType.IterationCount: 218case RepeatBehaviorType.RepeatDuration: 222case RepeatBehaviorType.Forever: 275case RepeatBehaviorType.Forever: 279case RepeatBehaviorType.IterationCount: 290case RepeatBehaviorType.RepeatDuration: