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