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)
154var textView = _textEditorFactoryService.CreateTextView(projection, 155_textEditorFactoryService.CreateTextViewRoleSet(PredefinedTextViewRoles.Interactive)); 157this.TextViewHost = _textEditorFactoryService.CreateTextViewHost(textView, setFocus: false);