1 instantiation of HandleType
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\NativeMethods.cs (1)
470handleTypes[handleTypeCount++] = new HandleType(typeName, expense, initialThreshold);
3 references to HandleType
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\NativeMethods.cs (3)
437private static HandleType[] handleTypes; 462HandleType[] newTypes = new HandleType[handleTypeCount + 10];