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