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