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