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