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)
80
_textView
.LayoutChanged += OnLayoutChanged;
81
_textView
.ZoomLevelChanged += OnZoomLevelChanged;
94
_textView
.LayoutChanged -= OnLayoutChanged;
95
_textView
.ZoomLevelChanged -= OnZoomLevelChanged;
110
_textView
.TextSnapshot,
112
e.VerticalTranslation ?
_textView
.TextViewLines : e.TranslatedLines);
114
IList<ITextViewLine> lines = _refreshAllGlyphs ?
_textView
.TextViewLines : e.NewOrReformattedLines;
142
if (
_textView
.IsClosed)
150
var normalizedSpan = mappingSpan.GetSpans(
_textView
.TextSnapshot);
166
foreach (var line in
_textView
.TextViewLines.GetTextViewLinesIntersectingSpan(changedSpan))
183
if (mappingTagSpan.Span.Start.GetPoint(
_textView
.VisualSnapshot.TextBuffer, PositionAffinity.Predecessor) != null)
185
var tagSpans = mappingTagSpan.Span.GetSpans(
_textView
.TextSnapshot);