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)
254ThreadWindows? old = _threadWindows; 256_threadWindows.Enable(false); 257_threadWindows._previousThreadWindows = old; 406if (_threadWindows is not null) 408_threadWindows.Enable(true); 409_threadWindows = _threadWindows._previousThreadWindows;