3 references to GetMaxColumnWidth
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryItemsPanel.cs (3)
327
double maxColumnWidth = (parentGallery != null && parentGallery.IsMaxColumnWidthValid) ?
GetMaxColumnWidth
() : 0.0;
356
maxColumnWidth =
GetMaxColumnWidth
();
558
arrangeWidth =
GetMaxColumnWidth
();