1 write to checkBoxActivityTracing
WsatUI (1)
MMCUI\TraceOptionsForm.designer.cs (1)
45this.checkBoxActivityTracing = new System.Windows.Forms.CheckBox();
6 references to checkBoxActivityTracing
WsatUI (6)
MMCUI\TraceOptionsForm.cs (2)
93config.ActivityTracing = checkBoxActivityTracing.Checked; 125checkBoxActivityTracing.Checked = config.ActivityTracing;
MMCUI\TraceOptionsForm.designer.cs (4)
127this.panelTraceLevel.Controls.Add(this.checkBoxActivityTracing); 135resources.ApplyResources(this.checkBoxActivityTracing, "checkBoxActivityTracing"); 136this.checkBoxActivityTracing.Name = "checkBoxActivityTracing"; 137this.checkBoxActivityTracing.UseVisualStyleBackColor = true;