2 writes to _state
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (2)
1223
_state
|= flag;
1227
_state
&= ~flag;
2 references to _state
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (2)
794
return ((
_state
& flag) == flag);
1219
bool oldValue = ((
_state
& flag) != 0);