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)
2263
get { return
_active
; }
2272
Debug.Assert(!
_active
, SR.SelectionChangeActive);
2285
Debug.Assert(
_active
, "There must be a selection change active when you call SelectionChange.End()");
2494
Debug.Assert(
_active
, SR.SelectionChangeNotActive);
2551
Debug.Assert(
_active
, SR.SelectionChangeNotActive);