1 write to _textView
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\InlineRenameAdornmentManager.cs (1)
56
_textView
= textView;
6 references to _textView
Microsoft.CodeAnalysis.EditorFeatures.Wpf (6)
InlineRename\UI\InlineRenameAdornmentManager.cs (6)
66
_textView
.Closed += OnTextViewClosed;
74
_textView
.Closed -= OnTextViewClosed;
88
ViewIncludesBufferFromWorkspace(
_textView
, _renameService.ActiveSession.Workspace))
117
if (!
_textView
.HasAggregateFocus)
126
var selectionSpan =
_textView
.Selection.SelectedSpans.First();
148
_textView
,