6 references to AddCore
System.Windows.Forms.Tests (6)
System\Windows\Forms\BindingContextTests.cs (6)
118context.AddCore(dataSource, source1.CurrencyManager); 126context.AddCore(dataSource, source2.CurrencyManager); 141context.AddCore(dataSource1, source1.CurrencyManager); 142context.AddCore(dataSource2, source2.CurrencyManager); 154Assert.Throws<ArgumentNullException>("dataSource", () => context.AddCore(null, source.CurrencyManager)); 161Assert.Throws<ArgumentNullException>("listManager", () => context.AddCore(1, null));