3 references to ImageMargin
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (2)
123
int padding = (ShowCheckMargin || ShowImageMargin) ? textPadding +
ImageMargin
.Width : textPadding;
601
Renderer.DrawImageMargin(new ToolStripRenderEventArgs(e.Graphics, this, this.
ImageMargin
, SystemColors.Control));
winforms\Managed\System\WinForms\ToolStripSeparator.cs (1)
420
return new Size(parent.Width - (parent.Padding.Horizontal - dropDownMenu.
ImageMargin
.Width), WINBAR_SEPARATORTHICKNESS);