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