2 writes to parentWindowContext
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (2)
4350parentWindowContext = GetContextForHandle(new HandleRef(this, parentHandle)); 4353parentWindowContext = null;
4 references to parentWindowContext
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Application.cs (4)
4359if (parentWindowContext != null) { 4365parentControl = parentWindowContext.ApplicationContext.MainForm; 4369parentControl.Invoke(new ThreadWindowCallback(DisableThreadWindowsCallback), new object[]{parentWindowContext, onlyWinForms}); 4372parentControl.Invoke(new ThreadWindowCallback(EnableThreadWindowsCallback), new object[]{parentWindowContext, onlyWinForms});