6 references to TabHeaderStyleProperty
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (2)
614
get { return (Style)GetValue(
TabHeaderStyleProperty
); }
615
set { SetValue(
TabHeaderStyleProperty
, value); }
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (2)
614
if (e.Property == HeaderStyleProperty || e.Property == Ribbon.
TabHeaderStyleProperty
)
787
Ribbon.
TabHeaderStyleProperty
);
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (2)
418
if (e.Property == StyleProperty || e.Property == RibbonTab.HeaderStyleProperty || e.Property == Ribbon.
TabHeaderStyleProperty
)
551
Ribbon.
TabHeaderStyleProperty
);