2 writes to hwndFocus
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (2)
3465hwndFocus = m.WParam; 3470hwndFocus = IntPtr.Zero;
2 references to hwndFocus
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (2)
1345bool uiDeactivate = (GetHandleNoCreate() != hwndFocus); 1348uiDeactivate = !UnsafeNativeMethods.IsChild(new HandleRef(this, GetHandleNoCreate()), new HandleRef(null, hwndFocus));