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