Implemented interface member:
7 references to Count
System.Windows.Forms (7)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
662
int wpar = CustomTabOffsets.
Count
;
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
1764
int wpar = CustomTabOffsets.
Count
;
2307
int wpar = CustomTabOffsets.
Count
;
System\Windows\Forms\Controls\ListBoxes\ListBox.IntegerCollection.cs (1)
321
int cnt =
Count
;
System\Windows\Forms\Controls\ListBoxes\ListBox.IntegerCollection.CustomTabOffsetsEnumerator.cs (3)
35
if (_current < _items.
Count
- 1)
42
_current = _items.
Count
;
62
if (_current == -1 || _current == _items.
Count
)