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; 92ViewIncludesBufferFromWorkspace(_textView, _renameService.ActiveSession.Workspace)) 125if (!_textView.HasAggregateFocus) 134var selectionSpan = _textView.Selection.SelectedSpans.First(); 156_textView, 168(RenameDashboardViewModel)s_createdViewModels.GetValue(_renameService.ActiveSession, session => new RenameDashboardViewModel(session, _threadingContext, _textView)), 170_textView);