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, 113e.VerticalTranslation ? _textView.TextViewLines : e.TranslatedLines); 115IList<ITextViewLine> lines = _refreshAllGlyphs ? _textView.TextViewLines : e.NewOrReformattedLines; 144if (_textView.IsClosed) 152var normalizedSpan = mappingSpan.GetSpans(_textView.TextSnapshot); 168foreach (var line in _textView.TextViewLines.GetTextViewLinesIntersectingSpan(changedSpan)) 185if (mappingTagSpan.Span.Start.GetPoint(_textView.VisualSnapshot.TextBuffer, PositionAffinity.Predecessor) != null) 187var tagSpans = mappingTagSpan.Span.GetSpans(_textView.TextSnapshot);