4 references to GetList
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\BindingSource.cs (1)
1084object? list = ListBindingHelper.GetList(dataSourceInstance, _dataMember);
System.Windows.Forms.Tests (3)
System\Windows\Forms\ListBindingHelperTests.cs (3)
72Assert.Equal(expected, ListBindingHelper.GetList(dataSource, dataMember)); 86Assert.Throws<ArgumentException>(() => ListBindingHelper.GetList(dataSource, dataMember)); 112Assert.Equal(expected, ListBindingHelper.GetList(dataSource, dataMember));