5 references to GripRectangle
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
405
get => base.
GripRectangle
;
System\Windows\Forms\Controls\ToolStrips\ToolStripGripRenderEventArgs.cs (1)
21
public Rectangle GripBounds => ToolStrip.
GripRectangle
;
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (3)
955
Point cursorLoc = toolStripToDrag.PointToScreen(toolStripToDrag.
GripRectangle
.Location);
958
cursorLoc.X += toolStripToDrag.
GripRectangle
.Width / 2;
963
cursorLoc.Y += toolStripToDrag.
GripRectangle
.Height / 2;