2 references to PropShortcutKeys
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (2)
476
object shortcutKeys = Properties.GetInteger(
PropShortcutKeys
, out found );
501
Properties.SetInteger(
PropShortcutKeys
, (int)value);