2 references to GetListFromType
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\BindingSource.cs (2)
1083object? dataSourceInstance = _dataSource is Type dataSourceType ? GetListFromType(dataSourceType) : _dataSource; 1128bindingList = GetListFromType(type);