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