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