System\Windows\Forms\DataBinding\BindingSource.cs (5)
917SetList(currentList, false, true);
923SetList(WrapObjectInBindingList(currentValue), false, false);
930SetList(CreateBindingList(_itemType!), false, false);
1135SetList(bindingList, metaDataChanged: true, applySortAndFilter: true);
1467SetList(CreateBindingList((value is null) ? typeof(object) : value.GetType()), true, true);