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