4 references to _tabHeaderMinWidth
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (4)
78if (DoubleUtil.AreClose(maxRegularTabHeaderWidth, _tabHeaderMinWidth)) // Regular tabs are clipped to the min size - need to clip contextual tabs 82double usedClipAmount = totalDesiredWidthRegularTabHeaders - totalDefaultPaddingRegularTabHeaders - (_tabHeaderMinWidth * countRegularTabs); 513return _tabHeaderMinWidth; 530return Math.Max(_tabHeaderMinWidth, maxTabHeaderWidth);