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)
506
Contract.ThrowIfNull(
_textView
);
508
var textSnapshot =
_textView
.TextBuffer.CurrentSnapshot;
511
_textView
.Selection.Select(snapshotSpan, isReversed: false);
512
_textView
.ViewScroller.EnsureSpanVisible(snapshotSpan, EnsureSpanVisibleOptions.AlwaysCenter);
518
_textView
.Caret.MoveTo(snapshotSpan.Start);
520
_textView
.VisualElement.Focus();