1 write to _imageMarginBounds
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (1)
416
_imageMarginBounds
= new Rectangle(0, 0, checkAndImageMarginWidth, Height);
7 references to _imageMarginBounds
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (7)
136
_imageMarginBounds
.Height = Height;
137
return
_imageMarginBounds
;
419
nextPoint.X =
_imageMarginBounds
.Right + _textPadding.Left;
429
_maxItemSize.Width = (_arrowRectangle.Right + _arrowPadding.Right) -
_imageMarginBounds
.Left;
432
int trimPadding =
_imageMarginBounds
.Width;
443
_imageMarginBounds
.X = width -
_imageMarginBounds
.Right;