1 write to _textView
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
121
_textView
= textViewHost.TextView;
6 references to _textView
Microsoft.VisualStudio.LanguageServices.CSharp (6)
SemanticSearch\SemanticSearchToolWindowImpl.cs (6)
424
Contract.ThrowIfNull(
_textView
);
426
var textSnapshot =
_textView
.TextBuffer.CurrentSnapshot;
429
_textView
.Selection.Select(snapshotSpan, isReversed: false);
430
_textView
.ViewScroller.EnsureSpanVisible(snapshotSpan, EnsureSpanVisibleOptions.AlwaysCenter);
436
_textView
.Caret.MoveTo(snapshotSpan.Start);
438
_textView
.VisualElement.Focus();