2 writes to CheckState
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (2)
260
CheckState
= value ? CheckState.Checked : CheckState.Unchecked;
501
menuItem.
CheckState
= CheckState;
8 references to CheckState
System.Windows.Forms (8)
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (5)
255
get =>
CheckState
!= CheckState.Unchecked;
270
internal Image? CheckedImage =>
CheckState
switch
308
if (value !=
CheckState
)
501
menuItem.CheckState =
CheckState
;
974
if (
CheckState
!= CheckState.Unchecked && menuItemInternalLayout.PaintCheck)
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.ToolStripMenuItemAccessibleObject.cs (1)
142
_owningToolStripMenuItem.
CheckState
switch
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (2)
659
else if (item is ToolStripMenuItem menuItem && menuItem.
CheckState
== CheckState.Checked)
748
if (item is not null && item.
CheckState
!= CheckState.Unchecked)