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