4 references to CollectionEditorProperties
System.Windows.Forms.Design (4)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (2)
864
_propertiesLabel.Text = string.Format(SR.
CollectionEditorProperties
, GetDisplayText((ListItem?)_listBox.SelectedItem));
1061
_propertiesLabel.Text = string.Format(SR.
CollectionEditorProperties
, GetDisplayText((ListItem)_listBox.SelectedItem));
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (2)
451
_label2.Text = string.Format(SR.
CollectionEditorProperties
, _treeView1.SelectedNode.Text);
488
_label2.Text = string.Format(SR.
CollectionEditorProperties
, node.Name.ToString());