1 write to _textView
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\InlineRenameAdornmentManager.cs (1)
60
_textView
= textView;
8 references to _textView
Microsoft.CodeAnalysis.EditorFeatures.Wpf (8)
InlineRename\UI\InlineRenameAdornmentManager.cs (8)
70
_textView
.Closed += OnTextViewClosed;
78
_textView
.Closed -= OnTextViewClosed;
92
ViewIncludesBufferFromWorkspace(
_textView
, _renameService.ActiveSession.Workspace))
125
if (!
_textView
.HasAggregateFocus)
134
var selectionSpan =
_textView
.Selection.SelectedSpans.First();
156
_textView
,
168
(RenameDashboardViewModel)s_createdViewModels.GetValue(_renameService.ActiveSession, session => new RenameDashboardViewModel(session, _threadingContext,
_textView
)),
170
_textView
);