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