1 write to buttonStopSession
WsatUI (1)
MMCUI\TraceOptionsForm.designer.cs (1)
54this.buttonStopSession = new System.Windows.Forms.Button();
8 references to buttonStopSession
WsatUI (8)
MMCUI\TraceOptionsForm.cs (3)
46buttonStopSession.Enabled = isSessionExist && !isRegError; 147buttonStopSession.Enabled = true; 164buttonStopSession.Enabled = false;
MMCUI\TraceOptionsForm.designer.cs (5)
183this.flowLayoutPanelSessionControlButtons.Controls.Add(this.buttonStopSession); 196resources.ApplyResources(this.buttonStopSession, "buttonStopSession"); 197this.buttonStopSession.Name = "buttonStopSession"; 198this.buttonStopSession.UseVisualStyleBackColor = true; 199this.buttonStopSession.Click += new System.EventHandler(this.buttonStopSession_Click);