1 write to _textEditorFactoryService
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\AbstractOptionPreviewViewModel.cs (1)
62
_textEditorFactoryService
= _componentModel.GetService<ITextEditorFactoryService>();
3 references to _textEditorFactoryService
Microsoft.VisualStudio.LanguageServices.Implementation (3)
Options\AbstractOptionPreviewViewModel.cs (3)
154
var textView =
_textEditorFactoryService
.CreateTextView(projection,
155
_textEditorFactoryService
.CreateTextViewRoleSet(PredefinedTextViewRoles.Interactive));
157
this.TextViewHost =
_textEditorFactoryService
.CreateTextViewHost(textView, setFocus: false);