1 write to label1
WinFormsControlsTest (1)
ScrollableControls.Designer.cs (1)
51label1 = new Label();
7 references to label1
WinFormsControlsTest (7)
ScrollableControls.Designer.cs (7)
149label1.AutoSize = true; 150label1.Location = new Point(12, 9); 151label1.Name = "label1"; 152label1.Size = new Size(97, 15); 153label1.TabIndex = 1; 154label1.Text = "FlowLayoutPanel"; 451Controls.Add(label1);