3 writes to _type
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\RepeatBehavior.cs (3)
60_type = RepeatBehaviorType.IterationCount; 77_type = RepeatBehaviorType.RepeatDuration; 91forever._type = RepeatBehaviorType.Forever;
9 references to _type
PresentationCore (9)
Core\CSharp\System\Windows\Media\Animation\RepeatBehavior.cs (9)
109return _type == RepeatBehaviorType.IterationCount; 121return _type == RepeatBehaviorType.RepeatDuration; 134if (_type != RepeatBehaviorType.IterationCount) 153if (_type != RepeatBehaviorType.RepeatDuration) 191if (_type == repeatBehavior._type) 193switch (_type) 236switch (_type) 297switch (_type)