1 write to handleTypeCount
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\NativeMethods.cs (1)
472
handleTypes[
handleTypeCount
++] = new HandleType(typeName, expense, initialThreshold);
5 references to handleTypeCount
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\NativeMethods.cs (5)
462
if (
handleTypeCount
== 0 ||
handleTypeCount
== handleTypes.Length)
464
HandleType[] newTypes = new HandleType[
handleTypeCount
+ 10];
467
Array.Copy(handleTypes, 0, newTypes, 0,
handleTypeCount
);
473
return
handleTypeCount
;