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