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)
249ThreadWindows? old = _threadWindows; 251_threadWindows.Enable(false); 252_threadWindows._previousThreadWindows = old; 398if (_threadWindows is not null) 400_threadWindows.Enable(true); 401_threadWindows = _threadWindows._previousThreadWindows;