Base:
method
RefreshItem
System.Windows.Forms.ListControl.RefreshItem(System.Int32)
2 references to RefreshItem
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.FilterListBox.cs (1)
42public new void RefreshItem(int index) => base.RefreshItem(index);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListBoxTests.cs (1)
6502public new void RefreshItem(int index) => base.RefreshItem(index);