1 write to _headerTextBox
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
278
_headerTextBox
= new TextBox();
13 references to _headerTextBox
System.Windows.Forms.Design (13)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (13)
95
column.HeaderText =
_headerTextBox
.Text;
108
column.HeaderText =
_headerTextBox
.Text;
145
_nameTextBox.Text =
_headerTextBox
.Text = AssignName();
193
_headerTextBox
.Text = _nameTextBox.Text = AssignName();
257
[MemberNotNull(nameof(
_headerTextBox
))]
311
_overarchingTableLayoutPanel.Controls.Add(
_headerTextBox
, 2, 9);
447
resources.ApplyResources(
_headerTextBox
, "headerTextBox");
448
_headerTextBox
.Margin = new Padding(0);
449
_headerTextBox
.Name = "headerTextBox";
497
_headerTextBox
.Text = _nameTextBox.Text = ((ListBoxItem)_dataColumns.SelectedItem).PropertyName;
508
_nameTextBox.Text =
_headerTextBox
.Text = AssignName();
594
_headerTextBox
.Text = _nameTextBox.Text = AssignName();
600
_headerTextBox
.Text = _nameTextBox.Text = columnName;