1 write to imageMarginBounds
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (1)
469
imageMarginBounds
= new Rectangle(0,0,checkAndImageMarginWidth, this.Height);
7 references to imageMarginBounds
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (7)
185
imageMarginBounds
.Height =this.Height;
186
return
imageMarginBounds
;
472
nextPoint.X =
imageMarginBounds
.Right+ scaledTextPadding.Left;
482
this.maxItemSize.Width = (arrowRectangle.Right + scaledArrowPadding.Right) -
imageMarginBounds
.Left;
485
int trimPadding =
imageMarginBounds
.Width;
495
imageMarginBounds
.X = width -
imageMarginBounds
.Right;