1 instantiation of ClassWithNoSuchDefaultProperty
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ArrayEditorTests.cs (1)
114yield 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)
114yield return new object[] { typeof(ClassWithNoSuchDefaultProperty), new ClassWithNoSuchDefaultProperty { DefaultProperty = "CustomName" }, "ClassWithNoSuchDefaultProperty" }; 316public override string ToString() => nameof(ClassWithNoSuchDefaultProperty);