2 instantiations of CustomCurrencyManagerProvider
System.Windows.Forms.Tests (2)
System\Windows\Forms\ListBindingHelperTests.cs (2)
64
BindingSource validSource = new(new List<CustomCurrencyManagerProvider> {
new
() { Property = 1 } }, null);
65
yield return new object[] { new
CustomCurrencyManagerProvider
{ CurrencyManagerResult = validSource.CurrencyManager }, "Property", 1 };
1 reference to CustomCurrencyManagerProvider
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListBindingHelperTests.cs (1)
64
BindingSource validSource = new(new List<
CustomCurrencyManagerProvider
> { new() { Property = 1 } }, null);