3 overrides of GetDisplayText
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ImageCollectionEditor.cs (1)
28
protected override string
GetDisplayText
(object value)
System\Windows\Forms\Design\ListViewItemCollectionEditor.cs (1)
23
protected override string
GetDisplayText
(object value)
System\Windows\Forms\Design\ListViewSubItemCollectionEditor.cs (1)
41
protected override string
GetDisplayText
(object value)
1 reference to GetDisplayText
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
1334
public override string ToString() => _parentCollectionEditor.
GetDisplayText
(_value);