winforms\Managed\System\WinForms\BindingSource.cs (5)
1069SetList(currentList, false, true);
1074SetList(WrapObjectInBindingList(currentValue), false, false);
1080SetList(CreateBindingList(this.itemType), false, false);
1291SetList(bindingList, true, true);
1645SetList(CreateBindingList((value == null) ? typeof(object) : value.GetType()), true, true);