1 write to menuStrip1
WinFormsControlsTest (1)
MenuStripAndCheckedListBox.Designer.cs (1)
34this.menuStrip1 = new System.Windows.Forms.MenuStrip();
19 references to menuStrip1
WinFormsControlsTest (19)
MenuStripAndCheckedListBox.cs (4)
25menuStrip1.SuspendLayout(); 38Font f = menuStrip1.Font; 39menuStrip1.Font = new Font(f.FontFamily, f.Size * factor, f.Style); 41menuStrip1.ResumeLayout();
MenuStripAndCheckedListBox.Designer.cs (15)
60this.menuStrip1.SuspendLayout(); 65this.menuStrip1.BackColor = System.Drawing.Color.IndianRed; 66this.menuStrip1.ImageScalingSize = new System.Drawing.Size(32, 32); 67this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 73this.menuStrip1.Location = new System.Drawing.Point(0, 0); 74this.menuStrip1.Name = "menuStrip1"; 75this.menuStrip1.Padding = new System.Windows.Forms.Padding(12, 4, 0, 4); 76this.menuStrip1.Size = new System.Drawing.Size(736, 46); 77this.menuStrip1.TabIndex = 0; 78this.menuStrip1.Text = "menuStrip1"; 79this.menuStrip1.TabStop = true; 287this.Controls.Add(this.menuStrip1); 288this.MainMenuStrip = this.menuStrip1; 294this.menuStrip1.ResumeLayout(false); 295this.menuStrip1.PerformLayout();