2 writes to _arrangeWidth
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryItemsPanel.cs (2)
168_arrangeWidth = value; 397_arrangeWidth = Math.Max(availableSize.Width / columnCount, maxColumnWidth);
3 references to _arrangeWidth
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryItemsPanel.cs (3)
162return _arrangeWidth; 403columnCount = Math.Min(Math.Max(minColumnCount, Math.Min((int)(availableSize.Width / _arrangeWidth), childrenCount)), maxColumnCount); 558arrangeWidth = _arrangeWidth;