1 write to _propertyGridLabel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
477
_propertyGridLabel
= new Label();
11 references to _propertyGridLabel
System.Windows.Forms.Design (11)
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (11)
461
[MemberNotNull(nameof(
_propertyGridLabel
))]
539
_overarchingTableLayoutPanel.Controls.Add(
_propertyGridLabel
, 2, 0);
568
resources.ApplyResources(
_propertyGridLabel
, "propertyGridLabel");
569
_propertyGridLabel
.Margin = new Padding(3, 0, 0, 0);
570
_propertyGridLabel
.Name = "propertyGridLabel";
884
_propertyGridLabel
.Text = string.Format(SR.DataGridViewProperties);
926
_propertyGridLabel
.Text = (SR.DataGridViewUnboundColumnProperties);
930
_propertyGridLabel
.Text = (SR.DataGridViewBoundColumnProperties);
1072
_propertyGridLabel
.Text = (SR.DataGridViewUnboundColumnProperties);
1076
_propertyGridLabel
.Text = (SR.DataGridViewBoundColumnProperties);
1081
_propertyGridLabel
.Text = (SR.DataGridViewProperties);