3 writes to _groupReduceOrderLocation
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (3)
323
_groupReduceOrderLocation
= -1;
479
_groupReduceOrderLocation
= groupReduceOrderLocation;
509
RibbonGroup targetGroup = FindRibbonGroupWithName(GroupSizeReductionOrder[++
_groupReduceOrderLocation
]);
3 references to _groupReduceOrderLocation
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (3)
445
_groupReduceOrderLocation
>= 0)
447
int groupReduceOrderLocation =
_groupReduceOrderLocation
;
506
while (
_groupReduceOrderLocation
< GroupSizeReductionOrder.Count - 1 && !resizeSuccessful)