1 write to arrowRectangle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (1)
479
arrowRectangle
= new Rectangle(nextPoint, maxArrowSize);
4 references to arrowRectangle
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (4)
107
return
arrowRectangle
;
482
this.maxItemSize.Width = (
arrowRectangle
.Right + scaledArrowPadding.Right) - imageMarginBounds.Left;
494
arrowRectangle
.X = width -
arrowRectangle
.Right;