7 references to CreateBindingList
System.Windows.Forms (7)
winforms\Managed\System\WinForms\BindingSource.cs (7)
826
list =
CreateBindingList
(ListBindingHelper.GetListItemType(type));
844
list =
CreateBindingList
(item.GetType());
1080
SetList(
CreateBindingList
(this.itemType), false, false);
1282
bindingList =
CreateBindingList
(type);
1306
list =
CreateBindingList
(this.itemType);
1372
IList list =
CreateBindingList
(obj.GetType());
1645
SetList(
CreateBindingList
((value == null) ? typeof(object) : value.GetType()), true, true);