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