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)
105
Debug.Assert(!_owner.FlipViewToLargeIconAndSmallIcon ||
Count
== 0, "the FlipView... bit is turned off after adding 1 item.");
140
Debug.Assert(!_owner.FlipViewToLargeIconAndSmallIcon ||
Count
== 0, "the FlipView... bit is turned off after adding 1 item.");
327
count =
Count
;
342
Debug.Assert(!_owner.FlipViewToLargeIconAndSmallIcon ||
Count
== 0, "the FlipView... bit is turned off after adding 1 item.");
367
for (int i = 0; i <
Count
; i++)
380
int index = _owner.VirtualMode ?
Count
- 1 : IndexOf(item);
382
Debug.Assert(!_owner.FlipViewToLargeIconAndSmallIcon ||
Count
== 0, "the FlipView... bit is turned off after adding 1 item.");
405
Debug.Assert(!_owner.FlipViewToLargeIconAndSmallIcon ||
Count
== 0, "the FlipView... bit is turned off after adding 1 item.");
445
for (int displayIndex = 0; displayIndex <
Count
; ++displayIndex)