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