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