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