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