3 writes to _active
PresentationFramework (3)
System\Windows\Controls\Primitives\Selector.cs (3)
2252_active = false; 2274_active = true; 2603_active = false;
5 references to _active
PresentationFramework (5)
System\Windows\Controls\Primitives\Selector.cs (5)
2263get { return _active; } 2272Debug.Assert(!_active, SR.SelectionChangeActive); 2285Debug.Assert(_active, "There must be a selection change active when you call SelectionChange.End()"); 2494Debug.Assert(_active, SR.SelectionChangeNotActive); 2551Debug.Assert(_active, SR.SelectionChangeNotActive);