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