1 write to _nameTextBox
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
275
_nameTextBox
= new TextBox();
20 references to _nameTextBox
System.Windows.Forms.Design (20)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (20)
97
column.Name =
_nameTextBox
.Text;
110
column.Name =
_nameTextBox
.Text;
146
_nameTextBox
.Text = _headerTextBox.Text = AssignName();
147
_nameTextBox
.Focus();
191
_nameTextBox
.Focus();
194
_headerTextBox.Text =
_nameTextBox
.Text = AssignName();
254
[MemberNotNull(nameof(
_nameTextBox
))]
308
_overarchingTableLayoutPanel.Controls.Add(
_nameTextBox
, 2, 5);
420
resources.ApplyResources(
_nameTextBox
, "nameTextBox");
421
_nameTextBox
.Margin = new Padding(0);
422
_nameTextBox
.Name = "nameTextBox";
423
_nameTextBox
.Validating += nameTextBox_Validating;
498
_headerTextBox.Text =
_nameTextBox
.Text = ((ListBoxItem)_dataColumns.SelectedItem).PropertyName;
509
_nameTextBox
.Text = _headerTextBox.Text = AssignName();
510
_nameTextBox
.Focus();
595
_headerTextBox.Text =
_nameTextBox
.Text = AssignName();
601
_headerTextBox.Text =
_nameTextBox
.Text = columnName;
626
_nameTextBox
.Select();
643
if (!ValidName(
_nameTextBox
.Text,
782
if (ValidName(
_nameTextBox
.Text,