2 writes to _threadWindows
System.Windows.Forms (2)
System\Windows\Forms\Application.ThreadContext.cs (2)
255
_threadWindows
= new ThreadWindows(onlyWinForms);
409
_threadWindows
= _threadWindows._previousThreadWindows;
6 references to _threadWindows
System.Windows.Forms (6)
System\Windows\Forms\Application.ThreadContext.cs (6)
254
ThreadWindows? old =
_threadWindows
;
256
_threadWindows
.Enable(false);
257
_threadWindows
._previousThreadWindows = old;
406
if (
_threadWindows
is not null)
408
_threadWindows
.Enable(true);
409
_threadWindows =
_threadWindows
._previousThreadWindows;