3 writes to _type
PresentationCore (3)
System\Windows\Media\Animation\RepeatBehavior.cs (3)
48_type = RepeatBehaviorType.IterationCount; 65_type = RepeatBehaviorType.RepeatDuration; 80_type = RepeatBehaviorType.Forever
9 references to _type
PresentationCore (9)
System\Windows\Media\Animation\RepeatBehavior.cs (9)
99return _type == RepeatBehaviorType.IterationCount; 111return _type == RepeatBehaviorType.RepeatDuration; 124if (_type != RepeatBehaviorType.IterationCount) 142if (_type != RepeatBehaviorType.RepeatDuration) 179if (_type == repeatBehavior._type) 181switch (_type) 224switch (_type) 285switch (_type)