2 writes to ArrangeWidth
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonContextualTabGroupsPanel.cs (2)
46tabGroupHeader.ArrangeWidth = 0; 77tabGroupHeader.ArrangeWidth = width ;
2 references to ArrangeWidth
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonContextualTabGroupsPanel.cs (2)
104double width = Math.Max(tabGroupHeader.ArrangeWidth,0); 139if (tabGroupHeader.Visibility == Visibility.Visible && tabGroupHeader.ArrangeWidth > 0)