2 instantiations of AccessKeyInformation
PresentationCore (2)
System\Windows\Input\AccessKeyManager.cs (2)
432AccessKeyInformation info = new AccessKeyInformation(); 561private static AccessKeyInformation _empty = new AccessKeyInformation();
9 references to AccessKeyInformation
PresentationCore (9)
System\Windows\Input\AccessKeyManager.cs (9)
102List<IInputElement> targets = akm.GetTargetsForScope(scope, key, null, AccessKeyInformation.Empty); 236List<IInputElement> targets = GetTargetsForScope(scope, key, null, AccessKeyInformation.Empty); 349AccessKeyInformation senderInfo = GetInfoForElement(sender, key); 354private List<IInputElement> GetTargetsForScope(object scope, string key, IInputElement sender, AccessKeyInformation senderInfo) 400AccessKeyInformation elementInfo = GetInfoForElement(element, key); 430private AccessKeyInformation GetInfoForElement(IInputElement element, string key) 432AccessKeyInformation info = new AccessKeyInformation(); 561private static AccessKeyInformation _empty = new AccessKeyInformation(); 562public static AccessKeyInformation Empty