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