2 writes to count
System.Drawing (2)
commonui\System\Drawing\Advanced\SystemColorTracker.cs (2)
55
count
++;
87
count
= left;
6 references to count
System.Drawing (6)
commonui\System\Drawing\Advanced\SystemColorTracker.cs (6)
42
if (list.Length ==
count
) {
54
int index =
count
;
99
Debug.Assert(
count
>= 0 &&
count
<= list.Length, "count not a legal index into list");
121
if (
count
/ (float) list.Length > EXPAND_THRESHOLD) {
136
for (int i = 0; i <
count
; i++) {