3 overrides of GetDisplayText
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ImageCollectionEditor.cs (1)
28protected override string GetDisplayText(object value)
System\Windows\Forms\Design\ListViewItemCollectionEditor.cs (1)
23protected override string GetDisplayText(object value)
System\Windows\Forms\Design\ListViewSubItemCollectionEditor.cs (1)
41protected override string GetDisplayText(object value)
3 references to GetDisplayText
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
1326public override string ToString() => _parentCollectionEditor.GetDisplayText(_value);
System.Windows.Forms.Design.Tests (2)
System\ComponentModel\Design\ArrayEditorTests.cs (1)
236public new string GetDisplayText(object value) => base.GetDisplayText(value);
System\ComponentModel\Design\CollectionEditorTests.cs (1)
1050public new string GetDisplayText(object value) => base.GetDisplayText(value);