1 write to label1
WinFormsControlsTest (1)
MultipleControls.Designer.cs (1)
37this.label1 = new System.Windows.Forms.Label();
11 references to label1
WinFormsControlsTest (11)
MultipleControls.Designer.cs (11)
88this.label1.AccessibleDescription = "Test Label AccessibleDescription"; 89this.label1.AccessibleName = "Test Label AccessibleName"; 90this.label1.AccessibleRole = System.Windows.Forms.AccessibleRole.Indicator; 91this.label1.AutoSize = true; 92this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System; 93this.label1.Location = new System.Drawing.Point(15, 84); 94this.label1.Name = "label1"; 95this.label1.Size = new System.Drawing.Size(38, 15); 96this.label1.TabIndex = 2; 97this.label1.Text = "label1"; 311this.Controls.Add(this.label1);