1 write to handleTypeCount
System.Windows.Forms (1)
misc\HandleCollector.cs (1)
91handleTypes[handleTypeCount++] = new HandleType(typeName, expense, initialThreshold);
6 references to handleTypeCount
System.Windows.Forms (6)
misc\HandleCollector.cs (6)
59for(int i=0; i < handleTypeCount; i++) 83if (handleTypeCount == 0 || handleTypeCount == handleTypes.Length) { 84HandleType[] newTypes = new HandleType[handleTypeCount + 10]; 86Array.Copy(handleTypes, 0, newTypes, 0, handleTypeCount); 92return handleTypeCount;