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