1 write to _textView
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\InheritanceMarginViewMargin.cs (1)
59
_textView
= textView;
12 references to _textView
Microsoft.VisualStudio.LanguageServices (12)
InheritanceMargin\InheritanceMarginViewMargin.cs (12)
81
_textView
.LayoutChanged += OnLayoutChanged;
82
_textView
.ZoomLevelChanged += OnZoomLevelChanged;
95
_textView
.LayoutChanged -= OnLayoutChanged;
96
_textView
.ZoomLevelChanged -= OnZoomLevelChanged;
111
_textView
.TextSnapshot,
113
e.VerticalTranslation ?
_textView
.TextViewLines : e.TranslatedLines);
115
IList<ITextViewLine> lines = _refreshAllGlyphs ?
_textView
.TextViewLines : e.NewOrReformattedLines;
144
if (
_textView
.IsClosed)
152
var normalizedSpan = mappingSpan.GetSpans(
_textView
.TextSnapshot);
168
foreach (var line in
_textView
.TextViewLines.GetTextViewLinesIntersectingSpan(changedSpan))
185
if (mappingTagSpan.Span.Start.GetPoint(
_textView
.VisualSnapshot.TextBuffer, PositionAffinity.Predecessor) != null)
187
var tagSpans = mappingTagSpan.Span.GetSpans(
_textView
.TextSnapshot);