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