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