Base:
1 reference to ToString
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
370
return (item is null) ? string.Empty : item.
ToString
();