3 writes to _active
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\Selector.cs (3)
2308_active = false; 2330_active = true; 2661_active = false;
5 references to _active
PresentationFramework (5)
src\Framework\System\Windows\Controls\Primitives\Selector.cs (5)
2319get { return _active; } 2328Debug.Assert(!_active, SR.Get(SRID.SelectionChangeActive)); 2341Debug.Assert(_active, "There must be a selection change active when you call SelectionChange.End()"); 2551Debug.Assert(_active, SR.Get(SRID.SelectionChangeNotActive)); 2608Debug.Assert(_active, SR.Get(SRID.SelectionChangeNotActive));