1 write to handleTypes
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\NativeMethods.cs (1)
467handleTypes = newTypes;
6 references to handleTypes
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\NativeMethods.cs (6)
449handleTypes[type - 1].Add(); 460if (handleTypeCount == 0 || handleTypeCount == handleTypes.Length) 463if (handleTypes != null) 465Array.Copy(handleTypes, 0, newTypes, 0, handleTypeCount); 470handleTypes[handleTypeCount++] = new HandleType(typeName, expense, initialThreshold); 482handleTypes[type - 1].Remove();