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