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); 568resources.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);