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