1 write to textLogFileSize
WsatUI (1)
MMCUI\TraceOptionsForm.designer.cs (1)
58this.textLogFileSize = new System.Windows.Forms.TextBox();
12 references to textLogFileSize
WsatUI (12)
MMCUI\TraceOptionsForm.cs (9)
35textLogFileSize.Text = ETWWsatTraceSession.GetMaxTraceFileSizeFromReg().ToString(System.Globalization.CultureInfo.InvariantCulture); 48textLogFileSize.Enabled = !isSessionExist && !isRegError; 52textLogFileSize.Text = ETWWsatTraceSession.DefaultLogFileSize.ToString(System.Globalization.CultureInfo.InvariantCulture); 63bool ret = UInt32.TryParse(textLogFileSize.Text, out fileSize); 66textLogFileSize.Focus(); 134bool ret = UInt32.TryParse(textLogFileSize.Text, out fileSize); 137textLogFileSize.Focus(); 149textLogFileSize.Enabled = false; 166textLogFileSize.Enabled = true;
MMCUI\TraceOptionsForm.designer.cs (3)
211this.flowLayoutPanel1.Controls.Add(this.textLogFileSize); 223resources.ApplyResources(this.textLogFileSize, "textLogFileSize"); 224this.textLogFileSize.Name = "textLogFileSize";