1 write to _propertiesLabel
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
411_propertiesLabel = new Label();
11 references to _propertiesLabel
System.Windows.Forms.Design (11)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (11)
395[MemberNotNull(nameof(_propertiesLabel))] 443resources.ApplyResources(_propertiesLabel, "propertiesLabel"); 444_propertiesLabel.AutoEllipsis = true; 445_propertiesLabel.Margin = new Padding(0, 0, 3, 3); 446_propertiesLabel.Name = "propertiesLabel"; 482_overArchingTableLayoutPanel.Controls.Add(_propertiesLabel, 2, 0); 864_propertiesLabel.Text = string.Format(SR.CollectionEditorProperties, GetDisplayText((ListItem?)_listBox.SelectedItem)); 1061_propertiesLabel.Text = string.Format(SR.CollectionEditorProperties, GetDisplayText((ListItem)_listBox.SelectedItem)); 1065_propertiesLabel.Text = SR.CollectionEditorPropertiesMultiSelect; 1075_propertiesLabel.Text = SR.CollectionEditorInheritedReadOnlySelection; 1085_propertiesLabel.Text = SR.CollectionEditorPropertiesNone;