1 write to _textView
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsTag.cs (1)
58
_textView
= textView;
2 references to _textView
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineHints\InlineHintsTag.cs (2)
252
var toolTipPresenter = _taggerProvider.ToolTipService.CreatePresenter(
_textView
, new ToolTipParameters(trackMouse: true, ignoreBufferChange: false, KeepOpen));
266
toolTipPresenter.StartOrUpdate(
_textView
.TextSnapshot.CreateTrackingSpan(_span.Start, _span.Length, SpanTrackingMode.EdgeInclusive), uiList);