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