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