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