10 instantiations of DataSource
System.Windows.Forms.Tests (10)
System\Windows\Forms\PropertyManagerTests.cs (10)
28PropertyManager manager = Assert.IsType<PropertyManager>(context[new DataSource()]); 38PropertyManager manager = Assert.IsType<PropertyManager>(context[new DataSource()]); 119PropertyManager manager = new(new DataSource()); 185PropertyManager manager = new(new DataSource()); 193PropertyManager manager = new(new DataSource()); 203PropertyManager manager = new(new DataSource()); 301PropertyManager manager = new(new DataSource()); 347PropertyManager manager = new(new DataSource()); 395PropertyManager manager = Assert.IsType<PropertyManager>(context[new DataSource()]); 405PropertyManager manager = Assert.IsType<PropertyManager>(context[new DataSource()]);
1 reference to DataSource
System.Windows.Forms.Tests (1)
System\Windows\Forms\PropertyManagerTests.cs (1)
411public List<DataSource> ListProperty { get; set; }