1 write to textBox1
WinFormsControlsTest (1)
ScrollableControls.Designer.cs (1)
73textBox1 = new TextBox();
9 references to textBox1
WinFormsControlsTest (9)
ScrollableControls.Designer.cs (9)
371textBox1.Location = new Point(16, 247); 372textBox1.Multiline = true; 373textBox1.Name = "textBox1"; 374textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both; 375textBox1.Size = new Size(93, 65); 376textBox1.TabIndex = 9; 377textBox1.Text = "zdffsdfsd\r\nfsdfsdfss\r\ndfsdfsdfs\r\ndfsdfsdf\r\nsdfsdfd\r\nfsdfsdfsnfsdfsdfs"; 378textBox1.WordWrap = false; 443Controls.Add(textBox1);