5 writes to Property
System.Windows.Forms.Tests (5)
System\Windows\Forms\ListBindingHelperTests.cs (5)
42yield return new object[] { new DataClass { Property = 1 }, "Property", 1 }; 43yield return new object[] { new DataClass { Property = 1 }, "property", 1 }; 49yield return new object[] { new IEnumerableWrapper(new object[] { new DataClass { Property = 1 } }), "Property", 1 }; 187yield return new object[] { new DataClass { Property = 1 }, "Property", typeof(int) }; 188yield return new object[] { new DataClass { Property = 1 }, "property", typeof(int) };