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