Implemented interface member:
property
Count
System.Collections.ICollection.Count
9 references to Count
System.Windows.Forms (9)
winforms\Managed\System\WinForms\Menu.cs (7)
238
int count = menuSrc.MenuItems.
Count
;
976
for (int i = 0; i < menuItemsToLookIn.
Count
; i++) {
989
for (int i = 0; i < menuItemsToLookIn.
Count
; i++) {
993
if ((menuItemsToLookIn[i].MenuItems != null) && menuItemsToLookIn[i].MenuItems.
Count
> 0){
1007
for(int index=0; index <
Count
; ++index) {
1045
for (int i = 0; i < this.
Count
; i ++) {
1075
return ((index >= 0) && (index < this.
Count
));
winforms\Managed\System\WinForms\MenuItem.cs (2)
813
for (int i = senderMenu.MenuItems.
Count
- 1; i >= 0; i--) {
1155
if (senderMenu.MenuItems.
Count
> 0) {