2 instantiations of AccessKeyInformation
PresentationCore (2)
System\Windows\Input\AccessKeyManager.cs (2)
419AccessKeyInformation info = new AccessKeyInformation(); 548private static AccessKeyInformation _empty = new AccessKeyInformation();
9 references to AccessKeyInformation
PresentationCore (9)
System\Windows\Input\AccessKeyManager.cs (9)
89List<IInputElement> targets = akm.GetTargetsForScope(scope, key, null, AccessKeyInformation.Empty); 223List<IInputElement> targets = GetTargetsForScope(scope, key, null, AccessKeyInformation.Empty); 336AccessKeyInformation senderInfo = GetInfoForElement(sender, key); 341private List<IInputElement> GetTargetsForScope(object scope, string key, IInputElement sender, AccessKeyInformation senderInfo) 387AccessKeyInformation elementInfo = GetInfoForElement(element, key); 417private AccessKeyInformation GetInfoForElement(IInputElement element, string key) 419AccessKeyInformation info = new AccessKeyInformation(); 548private static AccessKeyInformation _empty = new AccessKeyInformation(); 549public static AccessKeyInformation Empty