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; 137return _imageMarginBounds; 419nextPoint.X = _imageMarginBounds.Right + _textPadding.Left; 429_maxItemSize.Width = (_arrowRectangle.Right + _arrowPadding.Right) - _imageMarginBounds.Left; 432int trimPadding = _imageMarginBounds.Width; 443_imageMarginBounds.X = width - _imageMarginBounds.Right;