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