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