5 writes to _state
PresentationFramework (5)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (5)
86
_state
= 0;
303
_state
|= FocusFlag;
305
_state
&= FocusFlagComplement;
462
_state
|= SelectedFlag;
464
_state
&= SelectedFlagComplement;
5 references to _state
PresentationFramework (5)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (5)
300
byte oldState =
_state
;
307
if ((
_state
== 0) != (oldState == 0))
459
byte oldState =
_state
;
466
if ((
_state
== 0) != (oldState == 0))
575
if (
_state
== 0)