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