8 instantiations of DataSource
System.Windows.Forms.Tests (8)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (8)
516DataSourceProperty = new DataSource 535DispIdDataSourceProperty = new DataSource 587DataSourceProperty = new DataSource 618DispIdDataSourceProperty = new DataSource 804property.SetValue(control, new DataSource 821property.SetValue(control, new DataSource 881property.SetValue(control, new DataSource 910property.SetValue(control, new DataSource
6 references to DataSource
System.Windows.Forms.Tests (6)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (6)
544Assert.Equal("CustomProperty", Assert.IsType<DataSource>(property.GetValue(control)).Value); 605Assert.Equal("CustomProperty", Assert.IsType<DataSource>(property.GetValue(control)).Value); 636Assert.Equal("CustomProperty", Assert.IsType<DataSource>(property.GetValue(control)).Value); 885Assert.Equal("CustomProperty", Assert.IsType<DataSource>(control.DataSourceProperty).Value); 1400public DataSource DataSourceProperty { get; set; } 1437public DataSource DispIdDataSourceProperty { get; set; }