1 write to RequestedStarMaxWidth
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (1)
174RequestedStarMaxWidth = starMaxWidth,
4 references to RequestedStarMaxWidth
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupsPanel.cs (2)
481double targetValue = Math.Min(basePerStar * starInfo.RequestedStarWeight, starInfo.RequestedStarMaxWidth); 516double currentContribution = starInfo.RequestedStarMaxWidth - starInfo.AllocatedStarWidth;
Microsoft\Windows\Controls\Ribbon\Primitives\StarLayoutInfo.cs (2)
177return Comparer.Default.Compare((x.RequestedStarMaxWidth - x.AllocatedStarWidth) / x.RequestedStarWeight, 178(y.RequestedStarMaxWidth - y.AllocatedStarWidth) / y.RequestedStarWeight);