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