2 writes to ShowImageMargin
System.Windows.Forms (2)
System\Windows\Forms\ContextMenuStrip.cs (1)
60contextMenuStrip.ShowImageMargin = ShowImageMargin;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
955menu.ShowImageMargin = false;
8 references to ShowImageMargin
System.Windows.Forms (8)
System\Windows\Forms\ContextMenuStrip.cs (1)
60contextMenuStrip.ShowImageMargin = ShowImageMargin;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (5)
77int padding = (ShowCheckMargin || ShowImageMargin) ? textPadding + ImageMargin.Width : textPadding; 332if (ShowImageMargin) 353if (ShowCheckMargin && ShowImageMargin) 384else if (ShowImageMargin) 562if (ShowCheckMargin || ShowImageMargin)
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.ToolStripMenuItemInternalLayout.cs (1)
40return menu.ShowImageMargin;
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (1)
751if (item.ParentInternal is ToolStripDropDownMenu dropDownMenu && !dropDownMenu.ShowCheckMargin && dropDownMenu.ShowImageMargin)