1 write to TextView
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Suggestions\SuggestedActionsSource.State.cs (1)
34
TextView
= textView;
6 references to TextView
Microsoft.CodeAnalysis.EditorFeatures.Wpf (6)
Suggestions\SuggestedActionsSource.cs (4)
61
_state.Target.
TextView
.Closed += OnTextViewClosed;
490
var selectedSpans = state.Target.
TextView
.Selection.SelectedSpans
491
.SelectMany(ss => state.Target.
TextView
.BufferGraph.MapDownToBuffer(ss, SpanTrackingMode.EdgeExclusive, state.Target.SubjectBuffer))
492
.Where(ss => !state.Target.
TextView
.IsReadOnlyOnSurfaceBuffer(ss))
Suggestions\SuggestedActionsSource.State.cs (2)
41
if (
TextView
!= null)
42
TextView
.Closed -= _source.OnTextViewClosed;