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