3 overrides of SetItemsCore
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3273
protected override void
SetItemsCore
(IList value)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
2096
protected override void
SetItemsCore
(IList value)
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListControlTests.cs (1)
3021
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);