Implemented interface member:
property
Count
System.Collections.ICollection.Count
5 references to Count
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolBar.cs (4)
1094
ToolBarButton[] buttonCopy = new ToolBarButton[buttonsCollection.
Count
];
2033
for(int index=0; index <
Count
; ++index) {
2071
for (int i = 0; i < this.
Count
; i ++) {
2109
return ((index >= 0) && (index < this.
Count
));
winforms\Managed\System\WinForms\ToolBarButton.cs (1)
539
for (int x = 0; x < parent.Buttons.
Count
; x++) {