2 references to KeyTipStyleProperty
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\KeyTipService.cs (2)
121
return (Style)element.GetValue(
KeyTipStyleProperty
);
127
element.SetValue(
KeyTipStyleProperty
, value);