1 write to MaxColumnWidth
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryItemsPanel.cs (1)
122MaxColumnWidth = value;
2 references to MaxColumnWidth
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (1)
185return galleryItemsPanel.MaxColumnWidth;
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
810columnCount = (int)(viewportWidth / galleryItemsPanel.MaxColumnWidth);