2 writes to ShowCheckMargin
System.Windows.Forms (2)
System\Windows\Forms\ContextMenuStrip.cs (1)
59contextMenuStrip.ShowCheckMargin = ShowCheckMargin;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
954menu.ShowCheckMargin = true;
7 references to ShowCheckMargin
System.Windows.Forms (7)
System\Windows\Forms\ContextMenuStrip.cs (1)
59contextMenuStrip.ShowCheckMargin = ShowCheckMargin;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (4)
77int padding = (ShowCheckMargin || ShowImageMargin) ? textPadding + ImageMargin.Width : textPadding; 353if (ShowCheckMargin && ShowImageMargin) 371else if (ShowCheckMargin) 566if (ShowCheckMargin || ShowImageMargin)
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.ToolStripMenuItemInternalLayout.cs (1)
27return menu.ShowCheckMargin;
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (1)
751if (item.ParentInternal is ToolStripDropDownMenu dropDownMenu && !dropDownMenu.ShowCheckMargin && dropDownMenu.ShowImageMargin)