Implemented interface member:
property
Count
System.Windows.Forms.ListView.ListViewItemCollection.IInnerList.Count
9 references to Count
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ListView.cs (9)
8902Debug.Assert(!this.owner.FlipViewToLargeIconAndSmallIcon || this.Count == 0, "the FlipView... bit is turned off after adding 1 item."); 8935Debug.Assert(!this.owner.FlipViewToLargeIconAndSmallIcon || this.Count == 0, "the FlipView... bit is turned off after adding 1 item."); 9084count = Count; 9098Debug.Assert(!this.owner.FlipViewToLargeIconAndSmallIcon || this.Count == 0, "the FlipView... bit is turned off after adding 1 item."); 9120for(int i=0; i < Count; i++) { 9129int index = owner.VirtualMode ? Count - 1 : IndexOf(item); 9131Debug.Assert(!this.owner.FlipViewToLargeIconAndSmallIcon || this.Count == 0, "the FlipView... bit is turned off after adding 1 item."); 9150Debug.Assert(!this.owner.FlipViewToLargeIconAndSmallIcon || this.Count == 0, "the FlipView... bit is turned off after adding 1 item."); 9186for(int displayIndex=0; displayIndex < Count; ++displayIndex) {