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