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