2 references to MoreMatches
PresentationCore (2)
Core\CSharp\System\Windows\Input\AccessKeyManager.cs (2)
133
return (akm.ProcessKeyForScope(scope, key, isMultiple,false) == ProcessKeyResult.
MoreMatches
);
329
return (chosenIndex == targets.Count - 1) ? ProcessKeyResult.LastMatch : ProcessKeyResult.
MoreMatches
;