2 overrides of AdornmentShouldReceiveKeyboardNavigation
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
RenameCommandHandler.cs (1)
135protected override bool AdornmentShouldReceiveKeyboardNavigation(ITextView textView)
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\CommandHandlers\RenameCommandHandler.cs (1)
47protected override bool AdornmentShouldReceiveKeyboardNavigation(ITextView textView)
2 references to AdornmentShouldReceiveKeyboardNavigation
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\CommandHandlers\AbstractRenameCommandHandler_TabHandler.cs (2)
23if (AdornmentShouldReceiveKeyboardNavigation(args.TextView)) 55if (AdornmentShouldReceiveKeyboardNavigation(args.TextView))