5 references to GripRectangle
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
526return base.GripRectangle;
winforms\Managed\System\WinForms\ToolStripGripRenderEventArgs.cs (1)
29return ToolStrip.GripRectangle;
winforms\Managed\System\WinForms\ToolStripPanel.cs (3)
1143Point cursorLoc = toolStripToDrag.PointToScreen(toolStripToDrag.GripRectangle.Location); 1145cursorLoc.X += toolStripToDrag.GripRectangle.Width /2; 1149cursorLoc.Y += toolStripToDrag.GripRectangle.Height /2;