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