1 write to ToolStripMenuItemKeyInvokeSmartTag
DesignSurface (1)
MainForm.Designer.cs (1)
52this.ToolStripMenuItemKeyInvokeSmartTag = new System.Windows.Forms.ToolStripMenuItem();
6 references to ToolStripMenuItemKeyInvokeSmartTag
DesignSurface (6)
MainForm.Designer.cs (6)
184this.ToolStripMenuItemKeyInvokeSmartTag, 251this.ToolStripMenuItemKeyInvokeSmartTag.Name = "ToolStripMenuItemKeyInvokeSmartTag"; 252this.ToolStripMenuItemKeyInvokeSmartTag.ShortcutKeys = System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F10; 253this.ToolStripMenuItemKeyInvokeSmartTag.Size = new System.Drawing.Size(165, 24); 254this.ToolStripMenuItemKeyInvokeSmartTag.Text = "InvokeSmartTag"; 255this.ToolStripMenuItemKeyInvokeSmartTag.Click += this.OnMenuClick;