2 references to s_propCheckState
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (2)
302
get => Properties.GetValueOrDefault(
s_propCheckState
, CheckState.Unchecked);
310
Properties.AddOrRemoveValue(
s_propCheckState
, value, defaultValue: CheckState.Unchecked);