2 references to ContextualTabGroupPropertyKey
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (2)
83
public static readonly DependencyProperty ContextualTabGroupProperty =
ContextualTabGroupPropertyKey
.DependencyProperty;
88
private set { SetValue(
ContextualTabGroupPropertyKey
, value); }