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