1 write to _propertiesLabel
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
425_propertiesLabel = new Label();
11 references to _propertiesLabel
System.Windows.Forms.Design (11)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (11)
409[MemberNotNull(nameof(_propertiesLabel))] 457resources.ApplyResources(_propertiesLabel, "propertiesLabel"); 458_propertiesLabel.AutoEllipsis = true; 459_propertiesLabel.Margin = new Padding(0, 0, 3, 3); 460_propertiesLabel.Name = "propertiesLabel"; 496_overArchingTableLayoutPanel.Controls.Add(_propertiesLabel, 2, 0); 878_propertiesLabel.Text = string.Format(SR.CollectionEditorProperties, GetDisplayText((ListItem?)_listBox.SelectedItem)); 1069_propertiesLabel.Text = string.Format(SR.CollectionEditorProperties, GetDisplayText((ListItem)_listBox.SelectedItem)); 1073_propertiesLabel.Text = SR.CollectionEditorPropertiesMultiSelect; 1083_propertiesLabel.Text = SR.CollectionEditorInheritedReadOnlySelection; 1093_propertiesLabel.Text = SR.CollectionEditorPropertiesNone;