5 writes to _state
PresentationFramework (5)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (5)
73_state = 0; 283_state |= FocusFlag; 285_state &= FocusFlagComplement; 441_state |= SelectedFlag; 443_state &= SelectedFlagComplement;
5 references to _state
PresentationFramework (5)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (5)
280byte oldState = _state; 287if ((_state == 0) != (oldState == 0)) 438byte oldState = _state; 445if ((_state == 0) != (oldState == 0)) 551if (_state == 0)