1 write to nullValueTextBox
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FormatControl.Designer.cs (1)
43
nullValueTextBox
= new System.Windows.Forms.TextBox();
11 references to nullValueTextBox
System.Windows.Forms.Design (11)
System\Windows\Forms\Design\FormatControl.cs (7)
70
string nullValue =
nullValueTextBox
.Text;
76
nullValueTextBox
.TextChanged -= nullValueTextBox_TextChanged;
77
nullValueTextBox
.Text = value;
78
nullValueTextBox
.TextChanged += nullValueTextBox_TextChanged;
86
nullValueTextBox
.Enabled = value;
171
nullValueTextBox
.Focus();
233
nullValueTextBox
.Text = string.Empty;
System\Windows\Forms\Design\FormatControl.Designer.cs (4)
106
tableLayoutPanel1.Controls.Add(this.
nullValueTextBox
, 1, 0);
128
resources.ApplyResources(this.
nullValueTextBox
, "nullValueTextBox");
129
nullValueTextBox
.Name = "nullValueTextBox";
130
nullValueTextBox
.TextChanged += this.nullValueTextBox_TextChanged;