1 write to textBox1
WsatUI (1)
MMCUI\WSATControl.designer.cs (1)
38this.textBox1 = new System.Windows.Forms.TextBox();
6 references to textBox1
WsatUI (6)
MMCUI\WSATControl.designer.cs (6)
73this.groupBoxTracing.Controls.Add(this.textBox1); 81this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; 82resources.ApplyResources(this.textBox1, "textBox1"); 83this.textBox1.Name = "textBox1"; 84this.textBox1.ReadOnly = true; 85this.textBox1.TabStop = false;