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