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