2 writes to threadState
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (2)
3757
threadState
|= bit;
3760
threadState
&= (~bit);
1 reference to threadState
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Application.cs (1)
3159
return(
threadState
& bit) != 0;