3 references to TryHandleDownKey
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
SignatureHelp\SignatureHelpAfterCompletionCommandHandler.cs (1)
93if (TryGetController(args, out var controller) && controller.TryHandleDownKey())
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (2)
IntelliSense\SignatureHelpControllerTests.vb (2)
125Dim handled = controller.TryHandleDownKey() 206Dim handled = controller.TryHandleDownKey()