3 writes to _active
PresentationFramework (3)
System\Windows\Controls\Primitives\Selector.cs (3)
2254_active = false; 2276_active = true; 2606_active = false;
5 references to _active
PresentationFramework (5)
System\Windows\Controls\Primitives\Selector.cs (5)
2265get { return _active; } 2274Debug.Assert(!_active, SR.SelectionChangeActive); 2287Debug.Assert(_active, "There must be a selection change active when you call SelectionChange.End()"); 2497Debug.Assert(_active, SR.SelectionChangeNotActive); 2554Debug.Assert(_active, SR.SelectionChangeNotActive);