Implemented interface member:
property
Count
System.Collections.ICollection.Count
7 references to Count
System.Windows.Forms (7)
winforms\Managed\System\WinForms\StatusBar.cs (7)
656StatusBarPanel[] panelCopy = new StatusBarPanel[panelsCollection.Count]; 975s += ", Panels.Count: " + Panels.Count.ToString(CultureInfo.CurrentCulture); 976if (Panels.Count > 0) 1428for(int index=0; index < Count; ++index) { 1466for (int i = 0; i < this.Count; i ++) { 1535return ((index >= 0) && (index < this.Count)); 1585int length = Count;