2 writes to threadWindows
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (2)
2754threadWindows = new ThreadWindows(onlyWinForms); 2917threadWindows = threadWindows.previousThreadWindows;
7 references to threadWindows
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Application.cs (7)
2753ThreadWindows old = threadWindows; 2755threadWindows.Enable(false); 2756threadWindows.previousThreadWindows = old; 2914if (threadWindows != null) { 2915threadWindows.Enable(true); 2916Debug.Assert(threadWindows != null, "OnEnterState recursed, but it's not supposed to be reentrant"); 2917threadWindows = threadWindows.previousThreadWindows;