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)
179if (double.IsNaN(_nextGroupIncreaseWidth) || 180DoubleUtil.GreaterThanOrClose(remainingSpace, _nextGroupIncreaseWidth))