Base:
method
RefreshItems
System.Windows.Forms.ListControl.RefreshItems()
1 override of RefreshItems
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
835protected override void RefreshItems()
6 references to RefreshItems
System.Windows.Forms (5)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
844base.RefreshItems();
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (4)
439RefreshItems(); 513RefreshItems(); 1925RefreshItems(); 1933RefreshItems();
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListBoxTests.cs (1)
6506public new void RefreshItems() => base.RefreshItems();