3 writes to currentState
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Application.cs (3)
1928
currentState
|= uStateID;
1978
currentState
&= ~uStateID;
2209
currentState
= currentLoopState;
2 references to currentState
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (2)
2007
return(
currentState
& uStateID) != 0;
2051
int currentLoopState =
currentState
;