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