2 writes to _threadWindows
System.Windows.Forms (2)
System\Windows\Forms\Application.ThreadContext.cs (2)
250
_threadWindows
= new ThreadWindows(onlyWinForms);
401
_threadWindows
= _threadWindows._previousThreadWindows;
6 references to _threadWindows
System.Windows.Forms (6)
System\Windows\Forms\Application.ThreadContext.cs (6)
249
ThreadWindows? old =
_threadWindows
;
251
_threadWindows
.Enable(false);
252
_threadWindows
._previousThreadWindows = old;
398
if (
_threadWindows
is not null)
400
_threadWindows
.Enable(true);
401
_threadWindows =
_threadWindows
._previousThreadWindows;