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