1 write to groupBoxLoggingSession
WsatUI (1)
MMCUI\TraceOptionsForm.designer.cs (1)
49
this.
groupBoxLoggingSession
= new System.Windows.Forms.GroupBox();
8 references to groupBoxLoggingSession
WsatUI (8)
MMCUI\TraceOptionsForm.cs (1)
53
groupBoxLoggingSession
.Enabled = false;
MMCUI\TraceOptionsForm.designer.cs (7)
65
this.
groupBoxLoggingSession
.SuspendLayout();
160
resources.ApplyResources(this.
groupBoxLoggingSession
, "groupBoxLoggingSession");
161
this.
groupBoxLoggingSession
.Controls.Add(this.flowLayoutPanel2);
162
this.
groupBoxLoggingSession
.Name = "groupBoxLoggingSession";
163
this.
groupBoxLoggingSession
.TabStop = false;
237
this.Controls.Add(this.
groupBoxLoggingSession
);
255
this.
groupBoxLoggingSession
.ResumeLayout(false);