5 references to MapWindowPoints
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (4)
11062
UnsafeNativeMethods.
MapWindowPoints
(NativeMethods.NullHandleRef, new HandleRef(this, Handle), ref rect, 2);
11079
UnsafeNativeMethods.
MapWindowPoints
(new HandleRef(this, Handle), NativeMethods.NullHandleRef, ref rect, 2);
12522
UnsafeNativeMethods.
MapWindowPoints
(NativeMethods.NullHandleRef, new HandleRef(null, UnsafeNativeMethods.GetParent(new HandleRef(window, InternalHandle))), ref rect, 2);
18412
UnsafeNativeMethods.
MapWindowPoints
(new HandleRef(null, hWndParent), new HandleRef(control, control.Handle), ref rcIntersect, 2);
winforms\Managed\System\WinForms\ToolBar.cs (1)
1556
UnsafeNativeMethods.
MapWindowPoints
(new HandleRef(nmTB.hdr, nmTB.hdr.hwndFrom), NativeMethods.NullHandleRef, ref rc, 2);