15 references to InternalHandle
System.Windows.Forms (15)
winforms\Managed\System\WinForms\Control.cs (13)
1882cp.Parent = parent == null ? IntPtr.Zero : parent.InternalHandle; 5978if (0 != (NativeMethods.WS_EX_MDICHILD & (int)(long)UnsafeNativeMethods.GetWindowLong(new HandleRef(window, InternalHandle), NativeMethods.GWL_EXSTYLE))) { 5979UnsafeNativeMethods.DefMDIChildProc(InternalHandle, NativeMethods.WM_CLOSE, IntPtr.Zero, IntPtr.Zero); 9404UnsafeNativeMethods.GetClientRect(new HandleRef(window, InternalHandle), ref rect); 12505SafeNativeMethods.UpdateWindow(new HandleRef(window, InternalHandle)); 12517UnsafeNativeMethods.GetClientRect(new HandleRef(window, InternalHandle), ref rect); 12520UnsafeNativeMethods.GetWindowRect(new HandleRef(window, InternalHandle), ref rect); 12522UnsafeNativeMethods.MapWindowPoints(NativeMethods.NullHandleRef, new HandleRef(null, UnsafeNativeMethods.GetParent(new HandleRef(window, InternalHandle))), ref rect, 2); 12643IntPtr hWnd = ctl.InternalHandle; 13818if (m.WParam == InternalHandle && NativeMethods.Util.LOWORD(m.LParam) == NativeMethods.HTCLIENT) { 14075if (parent != null && UnsafeNativeMethods.GetParent(new HandleRef(window, InternalHandle)) == parent.InternalHandle && 14805value.SetParentHandle(owner.InternalHandle);
winforms\Managed\System\WinForms\LinkLabel.cs (1)
1924if (m.WParam == InternalHandle && NativeMethods.Util.LOWORD(m.LParam) == NativeMethods.HTCLIENT) {
winforms\Managed\System\WinForms\SplitContainer.cs (1)
2350if (m.WParam == InternalHandle && ((int)m.LParam & 0x0000FFFF) == NativeMethods.HTCLIENT) {