2 references to CustomSiblingKeyTipElementsProperty
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\KeyTipService.cs (2)
417
return (IEnumerable<DependencyObject>)element.GetValue(
CustomSiblingKeyTipElementsProperty
);
423
element.SetValue(
CustomSiblingKeyTipElementsProperty
, value);