3 overrides of SetItemsCore
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3270
protected override void
SetItemsCore
(IList value)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
2094
protected override void
SetItemsCore
(IList value)
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListControlTests.cs (1)
3023
protected override void
SetItemsCore
(IList items)
1 reference to SetItemsCore
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListControl\ListControl.cs (1)
411
SetItemsCore
(_dataManager.List);