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