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)
8902
Debug.Assert(!this.owner.FlipViewToLargeIconAndSmallIcon || this.
Count
== 0, "the FlipView... bit is turned off after adding 1 item.");
8935
Debug.Assert(!this.owner.FlipViewToLargeIconAndSmallIcon || this.
Count
== 0, "the FlipView... bit is turned off after adding 1 item.");
9084
count =
Count
;
9098
Debug.Assert(!this.owner.FlipViewToLargeIconAndSmallIcon || this.
Count
== 0, "the FlipView... bit is turned off after adding 1 item.");
9120
for(int i=0; i <
Count
; i++) {
9129
int index = owner.VirtualMode ?
Count
- 1 : IndexOf(item);
9131
Debug.Assert(!this.owner.FlipViewToLargeIconAndSmallIcon || this.
Count
== 0, "the FlipView... bit is turned off after adding 1 item.");
9150
Debug.Assert(!this.owner.FlipViewToLargeIconAndSmallIcon || this.
Count
== 0, "the FlipView... bit is turned off after adding 1 item.");
9186
for(int displayIndex=0; displayIndex <
Count
; ++displayIndex) {