2 references to KeyTipAutoGenerationElementsProperty
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\KeyTipService.cs (2)
456
return (IEnumerable<DependencyObject>)obj.GetValue(
KeyTipAutoGenerationElementsProperty
);
461
obj.SetValue(
KeyTipAutoGenerationElementsProperty
, value);