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