2 writes to ArrangeWidth
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonContextualTabGroupsPanel.cs (2)
47tabGroupHeader.ArrangeWidth = 0; 78tabGroupHeader.ArrangeWidth = width ;
2 references to ArrangeWidth
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonContextualTabGroupsPanel.cs (2)
108double width = Math.Max(tabGroupHeader.ArrangeWidth,0); 143if (tabGroupHeader.Visibility == Visibility.Visible && tabGroupHeader.ArrangeWidth > 0)