Base:
method
RefreshItems
System.Windows.Forms.ListControl.RefreshItems()
1 override of RefreshItems
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
833protected override void RefreshItems()
6 references to RefreshItems
System.Windows.Forms (5)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
842base.RefreshItems();
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (4)
441RefreshItems(); 515RefreshItems(); 1927RefreshItems(); 1935RefreshItems();
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListBoxTests.cs (1)
6504public new void RefreshItems() => base.RefreshItems();