8 instantiations of DataSource
System.Windows.Forms.Tests (8)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (8)
518
DataSourceProperty = new
DataSource
537
DispIdDataSourceProperty = new
DataSource
589
DataSourceProperty = new
DataSource
620
DispIdDataSourceProperty = new
DataSource
806
property.SetValue(control, new
DataSource
823
property.SetValue(control, new
DataSource
883
property.SetValue(control, new
DataSource
912
property.SetValue(control, new
DataSource
6 references to DataSource
System.Windows.Forms.Tests (6)
System\Windows\Forms\AxHost.AxPropertyDescriptorTests.cs (6)
546
Assert.Equal("CustomProperty", Assert.IsType<
DataSource
>(property.GetValue(control)).Value);
607
Assert.Equal("CustomProperty", Assert.IsType<
DataSource
>(property.GetValue(control)).Value);
638
Assert.Equal("CustomProperty", Assert.IsType<
DataSource
>(property.GetValue(control)).Value);
887
Assert.Equal("CustomProperty", Assert.IsType<
DataSource
>(control.DataSourceProperty).Value);
1402
public
DataSource
DataSourceProperty { get; set; }
1439
public
DataSource
DispIdDataSourceProperty { get; set; }