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."); 325count = Count; 340Debug.Assert(!_owner.FlipViewToLargeIconAndSmallIcon || Count == 0, "the FlipView... bit is turned off after adding 1 item."); 365for (int i = 0; i < Count; i++) 378int index = _owner.VirtualMode ? Count - 1 : IndexOf(item); 380Debug.Assert(!_owner.FlipViewToLargeIconAndSmallIcon || Count == 0, "the FlipView... bit is turned off after adding 1 item."); 403Debug.Assert(!_owner.FlipViewToLargeIconAndSmallIcon || Count == 0, "the FlipView... bit is turned off after adding 1 item."); 443for (int displayIndex = 0; displayIndex < Count; ++displayIndex)