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