8 writes to Property
System.Windows.Forms.Tests (8)
System\Windows\Forms\BindingContextTests.cs (8)
38DataSource dataSource1 = new() { Property = 1 }; 39DataSource dataSource2 = new() { Property = 2 }; 184DataSource dataSource1 = new() { Property = 1 }; 185DataSource dataSource2 = new() { Property = 2 }; 213DataSource dataSource1 = new() { Property = 1 }; 214DataSource dataSource2 = new() { Property = 2 }; 510Property = 1 836DataSource dataSource = new() { Property = 1 };
2 references to Property
System.Windows.Forms.Tests (2)
System\Windows\Forms\BindingContextTests.cs (2)
514yield return new object[] { dataSource, "ParentProperty.Property", dataSource.ParentProperty.Property, 3 }; 516yield return new object[] { dataSource, "parentproperty.property", dataSource.ParentProperty.Property, 3 };