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