2 references to GetListFromType
System.Windows.Forms (2)
winforms\Managed\System\WinForms\BindingSource.cs (2)
1243
object dataSourceInstance = (this.dataSource is Type) ?
GetListFromType
(this.dataSource as Type) : this.dataSource;
1280
bindingList =
GetListFromType
(type);