1 write to RequestedStarMinWidth
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (1)
174
RequestedStarMinWidth
= starMinWidth,
7 references to RequestedStarMinWidth
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (3)
185
children[starChildIndex].Measure(new Size(starLayoutInfo.
RequestedStarMinWidth
, constraint.Height));
367
desiredWidth += (starLayoutInfo.AllocatedStarWidth - starLayoutInfo.
RequestedStarMinWidth
);
375
desiredWidth += Math.Max((columnDesiredWidth - starLayoutInfo.
RequestedStarMinWidth
), 0);
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupsPanel.cs (1)
385
starLayoutInfo.AllocatedStarWidth = starLayoutInfo.
RequestedStarMinWidth
;
Microsoft\Windows\Controls\Ribbon\Primitives\StarLayoutInfo.cs (3)
129
double minWidth = starLayoutInfo.
RequestedStarMinWidth
;
148
if (DoubleUtil.LessThan(allocatedWidth, layoutInfo.
RequestedStarMinWidth
))
150
return layoutInfo.
RequestedStarMinWidth
;