3 references to AccessKeyProperty
PresentationCore (2)
System\Windows\Automation\AutomationProperties.cs (2)
161
element.SetValue(
AccessKeyProperty
, value);
171
return ((string)element.GetValue(
AccessKeyProperty
));
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1635
new PropertyAndTransferMode() { Property = AutomationProperties.
AccessKeyProperty
, Mode = TransferMode.AlwaysTransfer },