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