1 write to _showShortcutKeysToolStripMenuItem
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripItemCustomMenuItemCollection.cs (1)
135
_showShortcutKeysToolStripMenuItem
= CreateBooleanItem("ShowShortcut&Keys", "ShowShortcutKeys");
2 references to _showShortcutKeysToolStripMenuItem
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripItemCustomMenuItemCollection.cs (2)
136
AddRange([_checkedToolStripMenuItem,
_showShortcutKeysToolStripMenuItem
]);
644
_showShortcutKeysToolStripMenuItem
.Checked = (bool)GetProperty("ShowShortcutKeys");