2 references to Contains
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (2)
3884
Debug.Assert(this.Items.
Contains
(li), "Make sure ListView.Items contains this item before adding the native LVITEM. Otherwise, custom-drawing may break.");
8561
return
Contains
((ListViewItem)item);