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