5 writes to _state
PresentationFramework (5)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (5)
79_state = 0; 289_state |= FocusFlag; 291_state &= FocusFlagComplement; 447_state |= SelectedFlag; 449_state &= SelectedFlagComplement;
5 references to _state
PresentationFramework (5)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (5)
286byte oldState = _state; 293if ((_state == 0) != (oldState == 0)) 444byte oldState = _state; 451if ((_state == 0) != (oldState == 0)) 557if (_state == 0)