5 references to ToolStripCoords
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStrip.cs (3)
3500
Point itemRelativePoint = item.TranslatePoint(new Point(mea.X, mea.Y), ToolStripPointType.
ToolStripCoords
, ToolStripPointType.ToolStripItemCoords);
3563
Point itemRelativePoint = item.TranslatePoint(new Point(mea.X, mea.Y), ToolStripPointType.
ToolStripCoords
, ToolStripPointType.ToolStripItemCoords);
3610
Point itemRelativePoint = item.TranslatePoint(new Point(mea.X, mea.Y), ToolStripPointType.
ToolStripCoords
, ToolStripPointType.ToolStripItemCoords);
winforms\Managed\System\WinForms\ToolStripItem.cs (2)
2750
Point rectangleLocation = this.TranslatePoint(r.Location, ToolStripPointType.ToolStripItemCoords, ToolStripPointType.
ToolStripCoords
);
3893
Debug.Assert((toPointType == ToolStripPointType.
ToolStripCoords
), "why are we here! - investigate");