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