2 writes to _threadWindows
System.Windows.Forms (2)
System\Windows\Forms\Application.ThreadContext.cs (2)
255
_threadWindows
= new ThreadWindows(onlyWinForms);
410
_threadWindows
= _threadWindows._previousThreadWindows;
7 references to _threadWindows
System.Windows.Forms (7)
System\Windows\Forms\Application.ThreadContext.cs (7)
254
ThreadWindows? old =
_threadWindows
;
256
_threadWindows
.Enable(false);
257
_threadWindows
._previousThreadWindows = old;
406
if (
_threadWindows
is not null)
408
_threadWindows
.Enable(true);
409
Debug.Assert(
_threadWindows
is not null, "OnEnterState recursed, but it's not supposed to be reentrant");
410
_threadWindows =
_threadWindows
._previousThreadWindows;