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