2 instantiations of ThreadWindows
System.Windows.Forms (2)
System\Windows\Forms\Application.ThreadContext.cs (2)
255
_threadWindows = new
ThreadWindows
(onlyWinForms);
390
ThreadWindows tw =
new
(onlyWinForms: true);
4 references to ThreadWindows
System.Windows.Forms (4)
System\Windows\Forms\Application.ThreadContext.cs (3)
55
private
ThreadWindows
? _threadWindows;
254
ThreadWindows
? old = _threadWindows;
390
ThreadWindows
tw = new(onlyWinForms: true);
System\Windows\Forms\Application.ThreadWindows.cs (1)
18
internal
ThreadWindows
? _previousThreadWindows;