3 writes to _type
PresentationCore (3)
System\Windows\Media\Animation\RepeatBehavior.cs (3)
44_type = RepeatBehaviorType.IterationCount; 59_type = RepeatBehaviorType.RepeatDuration; 70_type = behaviorType;
7 references to _type
PresentationCore (7)
System\Windows\Media\Animation\RepeatBehavior.cs (7)
85return _type == RepeatBehaviorType.IterationCount; 97return _type == RepeatBehaviorType.RepeatDuration; 168if (_type == repeatBehavior._type) 170switch (_type) 213switch (_type) 274switch (_type)