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