2 writes to ShowShortcutKeys
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (2)
144this.ShowShortcutKeys = true; 651menuItem.ShowShortcutKeys = this.ShowShortcutKeys;
6 references to ShowShortcutKeys
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (1)
349if (menuItem.ShowShortcutKeys) {
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (5)
503if (ShowShortcutKeys && IsOnDropDown) { 529if (ShowShortcutKeys) { 651menuItem.ShowShortcutKeys = this.ShowShortcutKeys; 833if (!ShowShortcutKeys) { 1101bool showShortCut = ShowShortcutKeys;