5 writes to _state
PresentationFramework (5)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (5)
72_state = 0; 282_state |= FocusFlag; 284_state &= FocusFlagComplement; 437_state |= SelectedFlag; 439_state &= SelectedFlagComplement;
5 references to _state
PresentationFramework (5)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (5)
279byte oldState = _state; 286if ((_state == 0) != (oldState == 0)) 434byte oldState = _state; 441if ((_state == 0) != (oldState == 0)) 547if (_state == 0)