3 writes to _groupReduceOrderLocation
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (3)
329
_groupReduceOrderLocation
= -1;
485
_groupReduceOrderLocation
= groupReduceOrderLocation;
515
RibbonGroup targetGroup = FindRibbonGroupWithName(GroupSizeReductionOrder[++
_groupReduceOrderLocation
]);
3 references to _groupReduceOrderLocation
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (3)
451
_groupReduceOrderLocation
>= 0)
453
int groupReduceOrderLocation =
_groupReduceOrderLocation
;
512
while (
_groupReduceOrderLocation
< GroupSizeReductionOrder.Count - 1 && !resizeSuccessful)