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