2 overrides of SetItemsCore
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (1)
3287
protected override void
SetItemsCore
(IList value) {
winforms\Managed\System\WinForms\ListBox.cs (1)
2083
protected override void
SetItemsCore
(IList value) {
1 reference to SetItemsCore
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListControl.cs (1)
459
SetItemsCore
(dataManager.List);