5 writes to _state
PresentationFramework (5)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (5)
86_state = 0; 303_state |= FocusFlag; 305_state &= FocusFlagComplement; 462_state |= SelectedFlag; 464_state &= SelectedFlagComplement;
5 references to _state
PresentationFramework (5)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (5)
300byte oldState = _state; 307if ((_state == 0) != (oldState == 0)) 459byte oldState = _state; 466if ((_state == 0) != (oldState == 0)) 575if (_state == 0)