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)
286
byte oldState =
_state
;
293
if ((
_state
== 0) != (oldState == 0))
444
byte oldState =
_state
;
451
if ((
_state
== 0) != (oldState == 0))
557
if (
_state
== 0)