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)
279
byte oldState =
_state
;
286
if ((
_state
== 0) != (oldState == 0))
437
byte oldState =
_state
;
444
if ((
_state
== 0) != (oldState == 0))
550
if (
_state
== 0)