2 writes to _nextGroupIncreaseWidth
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupsPanel.cs (2)
228
_nextGroupIncreaseWidth
= lastPreIncreaseRemainingSpace.Value - preDecreaseGroupRemainingSpace;
539
_nextGroupIncreaseWidth
= double.NaN;
2 references to _nextGroupIncreaseWidth
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupsPanel.cs (2)
179
if (double.IsNaN(
_nextGroupIncreaseWidth
) ||
180
DoubleUtil.GreaterThanOrClose(remainingSpace,
_nextGroupIncreaseWidth
))