18 references to MapWindowPoints
System.Windows.Forms (11)
System\Windows\Forms\Accessibility\LabelEditUiaTextProvider.cs (2)
228
PInvokeCore.
MapWindowPoints
(_owningChildEdit.Handle, HWND.Null, ref pt);
272
if (PInvokeCore.
MapWindowPoints
(HWND.Null, _owningChildEdit.Handle, ref clientLocation) == 0)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
363
PInvokeCore.
MapWindowPoints
(hwndMap, _control, ref pt);
System\Windows\Forms\Control.cs (2)
8563
PInvokeCore.
MapWindowPoints
((HWND)default, this, ref p);
8572
PInvokeCore.
MapWindowPoints
(this, (HWND)default, ref p);
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxUiaTextProvider.cs (2)
295
PInvokeCore.
MapWindowPoints
(_owningChildEdit, (HWND)default, ref pt);
345
if (PInvokeCore.
MapWindowPoints
((HWND)default, _owningChildEdit, ref clientLocation) == 0)
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseUiaTextProvider.cs (1)
110
if (PInvokeCore.
MapWindowPoints
((HWND)default, Owner, ref clientLocation) == 0)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (1)
587
PInvokeCore.
MapWindowPoints
(this, rootHwnd, ref gripLocation);
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.ModalMenuFilter.cs (1)
331
PInvokeCore.
MapWindowPoints
(hwndMouseMessageIsFrom, activeToolStrip, ref translatedLocation);
System\Windows\Forms\Internal\WinFormsUtils.cs (1)
286
PInvokeCore.
MapWindowPoints
(fromControl, toControl, ref point);
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (2)
273
PInvokeCore.
MapWindowPoints
(c.Parent, _adornerWindow, ref pt);
287
PInvokeCore.
MapWindowPoints
((HWND)handle, _adornerWindow, ref pt);
System\Windows\Forms\Design\ControlDesigner.cs (3)
290
PInvokeCore.
MapWindowPoints
(Control, parent, ref nativeOffset);
1794
PInvokeCore.
MapWindowPoints
(m, (HWND)default, ref location);
2084
PInvokeCore.
MapWindowPoints
(m.HWND, Control, ref point);
System\Windows\Forms\Design\ListViewDesigner.cs (1)
84
PInvokeCore.
MapWindowPoints
(HWND.Null, headerHwnd, ref point);
System\Windows\Forms\Design\ToolStripAdornerWindowService.cs (1)
111
PInvokeCore.
MapWindowPoints
(c.Parent, _toolStripAdornerWindow, ref pt);