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)
162
return
_arrangeWidth
;
403
columnCount = Math.Min(Math.Max(minColumnCount, Math.Min((int)(availableSize.Width /
_arrangeWidth
), childrenCount)), maxColumnCount);
558
arrangeWidth =
_arrangeWidth
;