3 writes to _type
PresentationCore (3)
System\Windows\Media\Animation\RepeatBehavior.cs (3)
43_type = RepeatBehaviorType.IterationCount; 58_type = RepeatBehaviorType.RepeatDuration; 69_type = behaviorType;
7 references to _type
PresentationCore (7)
System\Windows\Media\Animation\RepeatBehavior.cs (7)
84return _type == RepeatBehaviorType.IterationCount; 96return _type == RepeatBehaviorType.RepeatDuration; 167if (_type == repeatBehavior._type) 169switch (_type) 212switch (_type) 273switch (_type)