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