1 write to panelTraceLevel
WsatUI (1)
MMCUI\TraceOptionsForm.designer.cs (1)
44
this.
panelTraceLevel
= new System.Windows.Forms.Panel();
10 references to panelTraceLevel
WsatUI (10)
MMCUI\TraceOptionsForm.designer.cs (10)
64
this.
panelTraceLevel
.SuspendLayout();
116
this.traceLevelPanel.Controls.Add(this.
panelTraceLevel
);
126
resources.ApplyResources(this.
panelTraceLevel
, "panelTraceLevel");
127
this.
panelTraceLevel
.Controls.Add(this.checkBoxActivityTracing);
128
this.
panelTraceLevel
.Controls.Add(this.checkBoxActivityPropagation);
129
this.
panelTraceLevel
.Controls.Add(this.checkBoxTracePii);
130
this.
panelTraceLevel
.Controls.Add(this.comboBoxTraceLevel);
131
this.
panelTraceLevel
.Name = "panelTraceLevel";
253
this.
panelTraceLevel
.ResumeLayout(false);
254
this.
panelTraceLevel
.PerformLayout();