1 write to groupBoxTracing
WsatUI (1)
MMCUI\WSATControl.designer.cs (1)
37this.groupBoxTracing = new System.Windows.Forms.GroupBox();
10 references to groupBoxTracing
WsatUI (10)
MMCUI\WSATControl.cs (1)
289groupBoxNetwork.Enabled = groupBoxTracing.Enabled = groupBoxTimeouts.Enabled = checkBoxEnableNetworkSupport.Checked;
MMCUI\WSATControl.designer.cs (9)
58this.groupBoxTracing.SuspendLayout(); 73this.groupBoxTracing.Controls.Add(this.textBox1); 74this.groupBoxTracing.Controls.Add(this.buttonTracingOptions); 75resources.ApplyResources(this.groupBoxTracing, "groupBoxTracing"); 76this.groupBoxTracing.Name = "groupBoxTracing"; 77this.groupBoxTracing.TabStop = false; 223this.Controls.Add(this.groupBoxTracing); 225this.groupBoxTracing.ResumeLayout(false); 226this.groupBoxTracing.PerformLayout();