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