2 writes to shortcut
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MenuItem.cs (2)
639data.shortcut = value; 1575this.shortcut = shortcut;
3 references to shortcut
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MenuItem.cs (3)
631return data.shortcut; 950if (data.showShortcut && data.shortcut != 0 && !IsParent && !isTopLevel) { 951info.dwTypeData = data.caption + "\t" + TypeDescriptor.GetConverter(typeof(Keys)).ConvertToString((Keys)(int)data.shortcut);