2 references to ContextualTabGroupPropertyKey
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (2)
132
public static readonly DependencyProperty ContextualTabGroupProperty =
ContextualTabGroupPropertyKey
.DependencyProperty;
137
internal set { SetValue(
ContextualTabGroupPropertyKey
, value); }