2 instantiations of AccessKeyInformation
PresentationCore (2)
Core\CSharp\System\Windows\Input\AccessKeyManager.cs (2)
497
AccessKeyInformation info = new
AccessKeyInformation
();
647
private static AccessKeyInformation _empty = new
AccessKeyInformation
();
9 references to AccessKeyInformation
PresentationCore (9)
Core\CSharp\System\Windows\Input\AccessKeyManager.cs (9)
109
List<IInputElement> targets = akm.GetTargetsForScope(scope, key, null,
AccessKeyInformation
.Empty);
271
List<IInputElement> targets = GetTargetsForScope(scope, key, null,
AccessKeyInformation
.Empty);
404
AccessKeyInformation
senderInfo = GetInfoForElement(sender, key);
415
private List<IInputElement> GetTargetsForScope(object scope, string key, IInputElement sender,
AccessKeyInformation
senderInfo)
461
AccessKeyInformation
elementInfo = GetInfoForElement(element, key);
495
private
AccessKeyInformation
GetInfoForElement(IInputElement element, string key)
497
AccessKeyInformation
info = new AccessKeyInformation();
647
private static
AccessKeyInformation
_empty = new AccessKeyInformation();
648
public static
AccessKeyInformation
Empty