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)
280
byte oldState =
_state
;
287
if ((
_state
== 0) != (oldState == 0))
438
byte oldState =
_state
;
445
if ((
_state
== 0) != (oldState == 0))
551
if (
_state
== 0)