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