9 references to MapWindowPoints
System.Windows.Forms (9)
winforms\Managed\System\WinForms\Control.cs (4)
10090
UnsafeNativeMethods.
MapWindowPoints
(NativeMethods.NullHandleRef, new HandleRef(this, Handle), point, 1);
10107
UnsafeNativeMethods.
MapWindowPoints
(new HandleRef(this, Handle), NativeMethods.NullHandleRef, point, 1);
16576
UnsafeNativeMethods.
MapWindowPoints
(new HandleRef(null, hwndMap), new HandleRef(control, control.Handle), pt, 1);
16584
UnsafeNativeMethods.
MapWindowPoints
(new HandleRef(target, target.Handle), new HandleRef(realTarget, realTarget.Handle), pt, 1);
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
4665
UnsafeNativeMethods.
MapWindowPoints
(new HandleRef(child, child.Handle), new HandleRef(this, Handle), temp, 1);
winforms\Managed\System\WinForms\StatusStrip.cs (1)
581
UnsafeNativeMethods.
MapWindowPoints
(new HandleRef(this, this.Handle), rootHwnd, gripLocation, 1);
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
1050
UnsafeNativeMethods.
MapWindowPoints
(new HandleRef(activeToolStrip, hwndMouseMessageIsFrom), new HandleRef(activeToolStrip, activeToolStrip.Handle), pt, 1);
winforms\Managed\System\WinForms\UpDownBase.cs (1)
1165
UnsafeNativeMethods.
MapWindowPoints
(new HandleRef(child, child.Handle), new HandleRef(this, Handle), point, 1);
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
331
UnsafeNativeMethods.
MapWindowPoints
(new HandleRef(fromControl, fromControl.Handle), new HandleRef(toControl, toControl.Handle), pt, 1);