3 references to UpdateSubItems
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListViewItem.cs (1)
1318
internal void UpdateSubItems(int index) =>
UpdateSubItems
(index, SubItemCount);
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewSubItemCollection.cs (2)
207
_owner.
UpdateSubItems
(-1, oldCount);
358
_owner.
UpdateSubItems
(-1, oldCount);