4 references to GetHandleNoCreate
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (4)
1345
bool uiDeactivate = (
GetHandleNoCreate
() != hwndFocus);
1348
uiDeactivate = !UnsafeNativeMethods.IsChild(new HandleRef(this,
GetHandleNoCreate
()), new HandleRef(null, hwndFocus));
3558
IntPtr handle =
GetHandleNoCreate
();
4193
if (host.
GetHandleNoCreate
() != hwnd) {