Implemented interface member:
property
Count
System.Windows.Forms.ListView.ListViewItemCollection.IInnerList.Count
9 references to Count
System.Windows.Forms (9)
System\Windows\Forms\Controls\ListView\ListView.ListViewNativeItemCollection.cs (9)
105Debug.Assert(!_owner.FlipViewToLargeIconAndSmallIcon || Count == 0, "the FlipView... bit is turned off after adding 1 item."); 140Debug.Assert(!_owner.FlipViewToLargeIconAndSmallIcon || Count == 0, "the FlipView... bit is turned off after adding 1 item."); 327count = Count; 342Debug.Assert(!_owner.FlipViewToLargeIconAndSmallIcon || Count == 0, "the FlipView... bit is turned off after adding 1 item."); 367for (int i = 0; i < Count; i++) 380int index = _owner.VirtualMode ? Count - 1 : IndexOf(item); 382Debug.Assert(!_owner.FlipViewToLargeIconAndSmallIcon || Count == 0, "the FlipView... bit is turned off after adding 1 item."); 405Debug.Assert(!_owner.FlipViewToLargeIconAndSmallIcon || Count == 0, "the FlipView... bit is turned off after adding 1 item."); 445for (int displayIndex = 0; displayIndex < Count; ++displayIndex)