6 references to AddCore
System.Windows.Forms.Tests (6)
System\Windows\Forms\BindingContextTests.cs (6)
116context.AddCore(dataSource, source1.CurrencyManager); 124context.AddCore(dataSource, source2.CurrencyManager); 139context.AddCore(dataSource1, source1.CurrencyManager); 140context.AddCore(dataSource2, source2.CurrencyManager); 152Assert.Throws<ArgumentNullException>("dataSource", () => context.AddCore(null, source.CurrencyManager)); 159Assert.Throws<ArgumentNullException>("listManager", () => context.AddCore(1, null));