1 write to RequestedStarMinWidth
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (1)
176
RequestedStarMinWidth
= starMinWidth,
7 references to RequestedStarMinWidth
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (3)
187
children[starChildIndex].Measure(new Size(starLayoutInfo.
RequestedStarMinWidth
, constraint.Height));
369
desiredWidth += (starLayoutInfo.AllocatedStarWidth - starLayoutInfo.
RequestedStarMinWidth
);
377
desiredWidth += Math.Max((columnDesiredWidth - starLayoutInfo.
RequestedStarMinWidth
), 0);
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupsPanel.cs (1)
390
starLayoutInfo.AllocatedStarWidth = starLayoutInfo.
RequestedStarMinWidth
;
Microsoft\Windows\Controls\Ribbon\Primitives\StarLayoutInfo.cs (3)
130
double minWidth = starLayoutInfo.
RequestedStarMinWidth
;
149
if (DoubleUtil.LessThan(allocatedWidth, layoutInfo.
RequestedStarMinWidth
))
151
return layoutInfo.
RequestedStarMinWidth
;