2 references to GetStarChildMinWidth
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (2)
231columnWidth = GetStarChildMinWidth(child as FrameworkElement, ref maxStarColumnWidth); 247columnWidth = Math.Max(columnWidth, GetStarChildMinWidth(child as FrameworkElement, ref maxStarColumnWidth));