7 references to MapWindowPoints
System.Windows.Forms (6)
System\Windows\Forms\Accessibility\LabelEditUiaTextProvider.cs (1)
308
PInvokeCore.
MapWindowPoints
(_owningChildEdit.Handle, HWND.Null, ref r);
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
1812
PInvokeCore.
MapWindowPoints
(hWndParent, _control, ref rcIntersect);
System\Windows\Forms\Control.cs (3)
9372
PInvokeCore.
MapWindowPoints
(HWND.Null, this, ref rect);
9382
PInvokeCore.
MapWindowPoints
(this, HWND.Null, ref rect);
10832
PInvokeCore.
MapWindowPoints
(HWND.Null, PInvoke.GetParent(this), ref rect);
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxItemAccessibleObject.cs (1)
54
PInvokeCore.
MapWindowPoints
(listHandle, HWND.Null, ref translated);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.cs (1)
2086
PInvokeCore.
MapWindowPoints
(m.HWND, Control, ref clip);