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