1 write to tabPage1
WinFormsControlsTest (1)
ScrollableControls.Designer.cs (1)
68tabPage1 = new TabPage();
12 references to tabPage1
WinFormsControlsTest (12)
ScrollableControls.Designer.cs (12)
85tabPage1.SuspendLayout(); 312tabControl1.Controls.Add(tabPage1); 322tabPage1.AutoScroll = true; 323tabPage1.Controls.Add(button17); 324tabPage1.Location = new Point(4, 24); 325tabPage1.Name = "tabPage1"; 326tabPage1.Padding = new Padding(3); 327tabPage1.Size = new Size(159, 73); 328tabPage1.TabIndex = 0; 329tabPage1.Text = "tabPage1"; 330tabPage1.UseVisualStyleBackColor = true; 462tabPage1.ResumeLayout(false);