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