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;