7 references to TryHandleUpKey
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
SignatureHelp\SignatureHelpAfterCompletionCommandHandler.cs (1)
83if (TryGetController(args, out var controller) && controller.TryHandleUpKey())
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (6)
IntelliSense\SignatureHelpControllerTests.vb (6)
64Dim handled = controller.TryHandleUpKey() 76Dim handled = controller.TryHandleUpKey() 104Dim handled = controller.TryHandleUpKey() ' this will block on the model being updated which should dismiss the session 145Dim handled = controller.TryHandleUpKey() 185Return controller.TryHandleUpKey() 220Dim handled = controller.TryHandleUpKey()