2 writes to _level
PresentationFramework (2)
System\Windows\Controls\Primitives\Selector.cs (2)
2915++ _level; 2922if (--_level == 0 && RemovedCount > 0)
2 references to _level
PresentationFramework (2)
System\Windows\Controls\Primitives\Selector.cs (2)
2910public bool IsActive { get { return _level > 0; } } 2920if (_level > 0)