1 write to _textView
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\InlineRenameAdornmentManager.cs (1)
49
_textView
= textView;
7 references to _textView
Microsoft.CodeAnalysis.EditorFeatures.Wpf (7)
InlineRename\UI\InlineRenameAdornmentManager.cs (7)
57
_textView
.Closed += OnTextViewClosed;
65
_textView
.Closed -= OnTextViewClosed;
79
ViewIncludesBufferFromWorkspace(
_textView
, _renameService.ActiveSession.Workspace))
111
if (!
_textView
.HasAggregateFocus)
120
var selectionSpan =
_textView
.Selection.SelectedSpans.First();
134
_textView
,
146
_textView
);