7 references to CreateBindingList
System.Windows.Forms (7)
System\Windows\Forms\DataBinding\BindingSource.cs (7)
674
return
CreateBindingList
(ListBindingHelper.GetListItemType(type));
689
list ??=
CreateBindingList
(item.GetType());
930
SetList(
CreateBindingList
(_itemType!), false, false);
1129
bindingList ??=
CreateBindingList
(type);
1149
list =
CreateBindingList
(_itemType);
1220
IList list =
CreateBindingList
(obj.GetType());
1467
SetList(
CreateBindingList
((value is null) ? typeof(object) : value.GetType()), true, true);