8 writes to Property
System.Windows.Forms.Tests (8)
System\Windows\Forms\BindingContextTests.cs (8)
36
DataSource dataSource1 = new() {
Property
= 1 };
37
DataSource dataSource2 = new() {
Property
= 2 };
182
DataSource dataSource1 = new() {
Property
= 1 };
183
DataSource dataSource2 = new() {
Property
= 2 };
211
DataSource dataSource1 = new() {
Property
= 1 };
212
DataSource dataSource2 = new() {
Property
= 2 };
508
Property
= 1
834
DataSource dataSource = new() {
Property
= 1 };
2 references to Property
System.Windows.Forms.Tests (2)
System\Windows\Forms\BindingContextTests.cs (2)
512
yield return new object[] { dataSource, "ParentProperty.Property", dataSource.ParentProperty.
Property
, 3 };
514
yield return new object[] { dataSource, "parentproperty.property", dataSource.ParentProperty.
Property
, 3 };