1 write to checkBoxTracePii
WsatUI (1)
MMCUI\TraceOptionsForm.designer.cs (1)
47this.checkBoxTracePii = new System.Windows.Forms.CheckBox();
6 references to checkBoxTracePii
WsatUI (6)
MMCUI\TraceOptionsForm.cs (2)
95config.TracePii = checkBoxTracePii.Checked; 127checkBoxTracePii.Checked = config.TracePii;
MMCUI\TraceOptionsForm.designer.cs (4)
129this.panelTraceLevel.Controls.Add(this.checkBoxTracePii); 147resources.ApplyResources(this.checkBoxTracePii, "checkBoxTracePii"); 148this.checkBoxTracePii.Name = "checkBoxTracePii"; 149this.checkBoxTracePii.UseVisualStyleBackColor = true;