2 writes to ListProperty
System.Windows.Forms.Tests (2)
System\Windows\Forms\ListBindingHelperTests.cs (2)
48
yield return new object[] { new ListDataClass {
ListProperty
= [] }, "ListProperty", new List<DataClass>() };
319
yield return new object[] { new ListDataClass() {
ListProperty
= [new()] }, TypeDescriptor.GetProperties(typeof(ListDataClass)).Cast<PropertyDescriptor>().ToArray(), new string[] { "Property" } };