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