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)
254ThreadWindows? old = _threadWindows; 256_threadWindows.Enable(false); 257_threadWindows._previousThreadWindows = old; 406if (_threadWindows is not null) 408_threadWindows.Enable(true); 409Debug.Assert(_threadWindows is not null, "OnEnterState recursed, but it's not supposed to be reentrant"); 410_threadWindows = _threadWindows._previousThreadWindows;