3 writes to Name
System.Windows.Forms.Design.Tests (3)
System\ComponentModel\Design\CollectionEditorTests.cs (3)
779
yield return new object[] { null, new ClassWithStringName {
Name
= "CustomName" }, "CustomName" };
780
yield return new object[] { null, new ClassWithStringName {
Name
= string.Empty }, "ClassWithStringName" };
781
yield return new object[] { null, new ClassWithStringName {
Name
= null }, "ClassWithStringName" };