1 write to _textBox
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
47_textBox = new TextBox
9 references to _textBox
System.Windows.Forms.Design (9)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (9)
54_textBox.TextChanged += OnTextBoxTextChanged; 55_textBox.KeyDown += OnTextBoxKeyDown; 56_textBox.LostFocus += OnTextBoxLostFocus; 59AddedControls.Add(_textBox); 94int textBoxPreferredHeight = _textBox.GetPreferredSize(new Size(int.MaxValue, int.MaxValue)).Height; 135_textBox.Visible = false; 137_textBox.Location = new Point(int.MaxValue, int.MaxValue); 145_textBox.Visible = true; 146EditControl = _textBox;