10 instantiations of DataSource
System.Windows.Forms.Tests (10)
System\Windows\Forms\PropertyManagerTests.cs (10)
27PropertyManager manager = Assert.IsType<PropertyManager>(context[new DataSource()]); 36PropertyManager manager = Assert.IsType<PropertyManager>(context[new DataSource()]); 117PropertyManager manager = new(new DataSource()); 183PropertyManager manager = new(new DataSource()); 191PropertyManager manager = new(new DataSource()); 201PropertyManager manager = new(new DataSource()); 299PropertyManager manager = new(new DataSource()); 345PropertyManager manager = new(new DataSource()); 393PropertyManager manager = Assert.IsType<PropertyManager>(context[new DataSource()]); 403PropertyManager manager = Assert.IsType<PropertyManager>(context[new DataSource()]);
1 reference to DataSource
System.Windows.Forms.Tests (1)
System\Windows\Forms\PropertyManagerTests.cs (1)
409public List<DataSource> ListProperty { get; set; }