1 write to TextViewHost
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\AbstractOptionPreviewViewModel.cs (1)
157this.TextViewHost = _textEditorFactoryService.CreateTextViewHost(textView, setFocus: false);
3 references to TextViewHost
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (2)
Options\OptionViewModelTests.cs (2)
41return viewModel.TextViewHost.TextView.TextBuffer.CurrentSnapshot.GetText().ToString(); 69Assert.Equal(originalPreview, viewModel.TextViewHost.TextView.TextBuffer.CurrentSnapshot.GetText().ToString());
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\AbstractOptionPreviewViewModel.cs (1)
162this.TextViewHost.Closed += (s, a) =>