5 writes to Property
System.Windows.Forms.Tests (5)
System\Windows\Forms\ListBindingHelperTests.cs (5)
44yield return new object[] { new DataClass { Property = 1 }, "Property", 1 }; 45yield return new object[] { new DataClass { Property = 1 }, "property", 1 }; 51yield return new object[] { new IEnumerableWrapper(new object[] { new DataClass { Property = 1 } }), "Property", 1 }; 189yield return new object[] { new DataClass { Property = 1 }, "Property", typeof(int) }; 190yield return new object[] { new DataClass { Property = 1 }, "property", typeof(int) };