2 references to TabHeaderLeftPropertyKey
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (2)
204
public static readonly DependencyProperty TabHeaderLeftProperty =
TabHeaderLeftPropertyKey
.DependencyProperty;
212
internal set { SetValue(
TabHeaderLeftPropertyKey
, value); }