11 references to FromChildHandleInternal
System.Windows.Forms (11)
winforms\Managed\System\WinForms\Application.cs (1)
3663
Control target = Control.
FromChildHandleInternal
(msg.hwnd);
winforms\Managed\System\WinForms\ContainerControl.cs (1)
678
if (focusHandle == IntPtr.Zero || Control.
FromChildHandleInternal
(focusHandle) != activeControl) {
winforms\Managed\System\WinForms\Control.cs (4)
6401
return
FromChildHandleInternal
(handle);
6497
Control ctl =
FromChildHandleInternal
(hwnd);
10227
target = Control.
FromChildHandleInternal
(msg.HWnd);
18517
Control target = Control.
FromChildHandleInternal
(lpmsg.hwnd);
winforms\Managed\System\WinForms\Control.Ime.cs (1)
296
ctl =
FromChildHandleInternal
( UnsafeNativeMethods.GetFocus() );
winforms\Managed\System\WinForms\ToolStripManager.cs (3)
1257
else if (!(Control.
FromChildHandleInternal
(hwndCurrentActiveWindow.Handle) is ToolStripDropDown) // its NOT a dropdown
1283
Control control = Control.
FromChildHandleInternal
(m.HWnd);
1559
Control activeControl = Control.
FromChildHandleInternal
(m.HWnd);
winforms\Managed\System\WinForms\ToolTip.cs (1)
1296
baseVar = Control.
FromChildHandleInternal
(found);