2 instantiations of ThreadWindows
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (2)
2754threadWindows = new ThreadWindows(onlyWinForms); 2898ThreadWindows tw = new ThreadWindows(true);
4 references to ThreadWindows
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Application.cs (4)
2369private ThreadWindows threadWindows; 2753ThreadWindows old = threadWindows; 2898ThreadWindows tw = new ThreadWindows(true); 4234internal ThreadWindows previousThreadWindows;