2 references to TabHeaderRightPropertyKey
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (2)
218
public static readonly DependencyProperty TabHeaderRightProperty =
TabHeaderRightPropertyKey
.DependencyProperty;
226
internal set { SetValue(
TabHeaderRightPropertyKey
, value); }