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