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