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