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