1 write to _arrowRectangle
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (1)
426
_arrowRectangle
= new Rectangle(nextPoint, maxArrowSize);
4 references to _arrowRectangle
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (4)
66
internal Rectangle ArrowRectangle =>
_arrowRectangle
;
429
_maxItemSize.Width = (
_arrowRectangle
.Right + _arrowPadding.Right) - _imageMarginBounds.Left;
442
_arrowRectangle
.X = width -
_arrowRectangle
.Right;