1 write to ParentProperty
System.Windows.Forms.Tests (1)
System\Windows\Forms\BindingContextTests.cs (1)
506ParentProperty = new DataSource
4 references to ParentProperty
System.Windows.Forms.Tests (4)
System\Windows\Forms\BindingContextTests.cs (4)
511yield return new object[] { dataSource, "ParentProperty", dataSource.ParentProperty, 2 }; 512yield return new object[] { dataSource, "ParentProperty.Property", dataSource.ParentProperty.Property, 3 }; 513yield return new object[] { dataSource, "parentproperty", dataSource.ParentProperty, 2 }; 514yield return new object[] { dataSource, "parentproperty.property", dataSource.ParentProperty.Property, 3 };