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