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