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