1 write to _propertyGridLabel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
480
_propertyGridLabel
= new Label();
11 references to _propertyGridLabel
System.Windows.Forms.Design (11)
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (11)
464
[MemberNotNull(nameof(
_propertyGridLabel
))]
542
_overarchingTableLayoutPanel.Controls.Add(
_propertyGridLabel
, 2, 0);
571
resources.ApplyResources(
_propertyGridLabel
, "propertyGridLabel");
572
_propertyGridLabel
.Margin = new Padding(3, 0, 0, 0);
573
_propertyGridLabel
.Name = "propertyGridLabel";
887
_propertyGridLabel
.Text = string.Format(SR.DataGridViewProperties);
929
_propertyGridLabel
.Text = (SR.DataGridViewUnboundColumnProperties);
933
_propertyGridLabel
.Text = (SR.DataGridViewBoundColumnProperties);
1075
_propertyGridLabel
.Text = (SR.DataGridViewUnboundColumnProperties);
1079
_propertyGridLabel
.Text = (SR.DataGridViewBoundColumnProperties);
1084
_propertyGridLabel
.Text = (SR.DataGridViewProperties);