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