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