1 instantiation of HandleType
System.Windows.Forms (1)
misc\HandleCollector.cs (1)
91handleTypes[handleTypeCount++] = new HandleType(typeName, expense, initialThreshold);
3 references to HandleType
System.Windows.Forms (3)
misc\HandleCollector.cs (3)
12private static HandleType[] handleTypes; 84HandleType[] newTypes = new HandleType[handleTypeCount + 10];