3 references to TranslatePoint
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
370pt = WindowsFormsUtils.TranslatePoint(pt, target, realTarget);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1218if (OwnerItem.Bounds.Contains(WindowsFormsUtils.TranslatePoint(mea.Location, this, OwnerToolStrip)))
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
910point = WindowsFormsUtils.TranslatePoint(point, child, this);