3 references to GetTargetsForScope
PresentationCore (3)
System\Windows\Input\AccessKeyManager.cs (3)
102
List<IInputElement> targets = akm.
GetTargetsForScope
(scope, key, null, AccessKeyInformation.Empty);
236
List<IInputElement> targets =
GetTargetsForScope
(scope, key, null, AccessKeyInformation.Empty);
351
return
GetTargetsForScope
(senderInfo.Scope, key, sender, senderInfo);