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