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