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