4 references to s_stateShowCheckMargin
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (4)
32
private static readonly int s_stateMaxItemSizeValid = BitVector32.CreateMask(
s_stateShowCheckMargin
);
185
get => _state[
s_stateShowCheckMargin
];
189
if (value != _state[
s_stateShowCheckMargin
])
191
_state[
s_stateShowCheckMargin
] = value;