2 writes to _arrangeWidth
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryItemsPanel.cs (2)
163
_arrangeWidth
= value;
392
_arrangeWidth
= Math.Max(availableSize.Width / columnCount, maxColumnWidth);
3 references to _arrangeWidth
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryItemsPanel.cs (3)
157
return
_arrangeWidth
;
398
columnCount = Math.Min(Math.Max(minColumnCount, Math.Min((int)(availableSize.Width /
_arrangeWidth
), childrenCount)), maxColumnCount);
553
arrangeWidth =
_arrangeWidth
;