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