4 references to stateShowCheckMargin
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (4)
57
private static readonly int stateMaxItemSizeValid = BitVector32.CreateMask(
stateShowCheckMargin
);
241
return state[
stateShowCheckMargin
];
244
if (value != state[
stateShowCheckMargin
]) {
245
state[
stateShowCheckMargin
] = value;