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