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