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