1 write to _textView
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
138
_textView
= textViewHost.TextView;
6 references to _textView
Microsoft.VisualStudio.LanguageServices.CSharp (6)
SemanticSearch\SemanticSearchToolWindowImpl.cs (6)
507
Contract.ThrowIfNull(
_textView
);
509
var textSnapshot =
_textView
.TextBuffer.CurrentSnapshot;
512
_textView
.Selection.Select(snapshotSpan, isReversed: false);
513
_textView
.ViewScroller.EnsureSpanVisible(snapshotSpan, EnsureSpanVisibleOptions.AlwaysCenter);
519
_textView
.Caret.MoveTo(snapshotSpan.Start);
521
_textView
.VisualElement.Focus();