Implemented interface member:
property
Count
System.Collections.ICollection.Count
7 references to Count
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ListView.cs (4)
950return this.ShowGroups && groups != null && groups.Count > 0 && ComctlSupportsVisualStyles && !VirtualMode; 3698Debug.Assert(this.groups != null && this.groups.Count > 0, "this method should be used only when the user adds a group, not when we add our own DefaultGroup"); 3702bool groupItems = (this.groups.Count == 1) && this.GroupsEnabled; 4300for(int index = 0;index < groups.Count;index++) {
winforms\Managed\System\WinForms\ListViewGroup.cs (3)
507for(int i=0; i < groups.Count; i++) { 527for(int i=0; i < Count; i++) { 533for(int i=0; i < Count; i++) {