2 references to GetDisplayText
System.Windows.Forms.Design.Tests (2)
System\ComponentModel\Design\CollectionEditorTests.cs (2)
805
Assert.Equal(expected, editor.
GetDisplayText
(value));
812
TargetInvocationException ex = Assert.Throws<TargetInvocationException>(() => editor.
GetDisplayText
(new ClassWithNonStringDefaultProperty()));