1 instantiation of ClassWithNoSuchDefaultProperty
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ArrayEditorTests.cs (1)
114
yield return new object[] { typeof(ClassWithNoSuchDefaultProperty), new
ClassWithNoSuchDefaultProperty
{ DefaultProperty = "CustomName" }, "ClassWithNoSuchDefaultProperty" };
2 references to ClassWithNoSuchDefaultProperty
System.Windows.Forms.Design.Tests (2)
System\ComponentModel\Design\ArrayEditorTests.cs (2)
114
yield return new object[] { typeof(
ClassWithNoSuchDefaultProperty
), new ClassWithNoSuchDefaultProperty { DefaultProperty = "CustomName" }, "ClassWithNoSuchDefaultProperty" };
316
public override string ToString() => nameof(
ClassWithNoSuchDefaultProperty
);