3 writes to count
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListBox.cs (3)
3483
count
= 0;
3532
innerArray[
count
++] = item;
3686
count
--;
7 references to count
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ListBox.cs (7)
3424
return
count
;
3501
if (index >=
count
) {
3533
Array.Sort(innerArray,0,
count
);
3623
else if (
count
+ elements >= innerArray.Length) {
3682
if (index < 0 || index >=
count
) {
3687
for (int i = index; i <
count
; i++) {
3710
if (index < 0 || index >=
count
) {