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