1 write to _textView
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\Dashboard\RenameDashboardViewModel.cs (1)
34_textView = wpfTextView;
5 references to _textView
Microsoft.CodeAnalysis.EditorFeatures.Wpf (5)
InlineRename\UI\Dashboard\RenameDashboardViewModel.cs (5)
41_textView.GotAggregateFocus += GotAggregateFocus; 42_textView.LostAggregateFocus += LostAggregateFocus; 60=> Visibility = !Session.IsCommitInProgress && _textView.HasAggregateFocus 340_textView.GotAggregateFocus -= GotAggregateFocus; 341_textView.LostAggregateFocus -= LostAggregateFocus;