2 writes to threadWindows
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (2)
2754
threadWindows
= new ThreadWindows(onlyWinForms);
2917
threadWindows
= threadWindows.previousThreadWindows;
7 references to threadWindows
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Application.cs (7)
2753
ThreadWindows old =
threadWindows
;
2755
threadWindows
.Enable(false);
2756
threadWindows
.previousThreadWindows = old;
2914
if (
threadWindows
!= null) {
2915
threadWindows
.Enable(true);
2916
Debug.Assert(
threadWindows
!= null, "OnEnterState recursed, but it's not supposed to be reentrant");
2917
threadWindows =
threadWindows
.previousThreadWindows;