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