6 references to TabHeaderStyleProperty
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (2)
618
get { return (Style)GetValue(
TabHeaderStyleProperty
); }
619
set { SetValue(
TabHeaderStyleProperty
, value); }
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (2)
626
if (e.Property == HeaderStyleProperty || e.Property == Ribbon.
TabHeaderStyleProperty
)
817
Ribbon.
TabHeaderStyleProperty
);
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (2)
421
if (e.Property == StyleProperty || e.Property == RibbonTab.HeaderStyleProperty || e.Property == Ribbon.
TabHeaderStyleProperty
)
557
Ribbon.
TabHeaderStyleProperty
);