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