1 write to _nameTextBox
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
274
_nameTextBox
= new TextBox();
20 references to _nameTextBox
System.Windows.Forms.Design (20)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (20)
96
column.Name =
_nameTextBox
.Text;
109
column.Name =
_nameTextBox
.Text;
145
_nameTextBox
.Text = _headerTextBox.Text = AssignName();
146
_nameTextBox
.Focus();
190
_nameTextBox
.Focus();
193
_headerTextBox.Text =
_nameTextBox
.Text = AssignName();
253
[MemberNotNull(nameof(
_nameTextBox
))]
307
_overarchingTableLayoutPanel.Controls.Add(
_nameTextBox
, 2, 5);
419
resources.ApplyResources(
_nameTextBox
, "nameTextBox");
420
_nameTextBox
.Margin = new Padding(0);
421
_nameTextBox
.Name = "nameTextBox";
422
_nameTextBox
.Validating += nameTextBox_Validating;
497
_headerTextBox.Text =
_nameTextBox
.Text = ((ListBoxItem)_dataColumns.SelectedItem).PropertyName;
508
_nameTextBox
.Text = _headerTextBox.Text = AssignName();
509
_nameTextBox
.Focus();
594
_headerTextBox.Text =
_nameTextBox
.Text = AssignName();
600
_headerTextBox.Text =
_nameTextBox
.Text = columnName;
625
_nameTextBox
.Select();
642
_nameTextBox
.Text,
775
_nameTextBox
.Text,