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