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)
2319
get { return
_active
; }
2328
Debug.Assert(!
_active
, SR.Get(SRID.SelectionChangeActive));
2341
Debug.Assert(
_active
, "There must be a selection change active when you call SelectionChange.End()");
2551
Debug.Assert(
_active
, SR.Get(SRID.SelectionChangeNotActive));
2608
Debug.Assert(
_active
, SR.Get(SRID.SelectionChangeNotActive));