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