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)
3 references to GetDisplayText
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
1326
public override string ToString() => _parentCollectionEditor.
GetDisplayText
(_value);
System.Windows.Forms.Design.Tests (2)
System\ComponentModel\Design\ArrayEditorTests.cs (1)
236
public new string GetDisplayText(object value) => base.
GetDisplayText
(value);
System\ComponentModel\Design\CollectionEditorTests.cs (1)
1050
public new string GetDisplayText(object value) => base.
GetDisplayText
(value);