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