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