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