2 instantiations of AccessKeyInformation
PresentationCore (2)
System\Windows\Input\AccessKeyManager.cs (2)
420AccessKeyInformation info = new AccessKeyInformation(); 549private static AccessKeyInformation _empty = new AccessKeyInformation();
9 references to AccessKeyInformation
PresentationCore (9)
System\Windows\Input\AccessKeyManager.cs (9)
90List<IInputElement> targets = akm.GetTargetsForScope(scope, key, null, AccessKeyInformation.Empty); 224List<IInputElement> targets = GetTargetsForScope(scope, key, null, AccessKeyInformation.Empty); 337AccessKeyInformation senderInfo = GetInfoForElement(sender, key); 342private List<IInputElement> GetTargetsForScope(object scope, string key, IInputElement sender, AccessKeyInformation senderInfo) 388AccessKeyInformation elementInfo = GetInfoForElement(element, key); 418private AccessKeyInformation GetInfoForElement(IInputElement element, string key) 420AccessKeyInformation info = new AccessKeyInformation(); 549private static AccessKeyInformation _empty = new AccessKeyInformation(); 550public static AccessKeyInformation Empty