1 write to _editorAdaptersFactoryService
Microsoft.VisualStudio.LanguageServices (1)
DocumentOutline\DocumentOutlineControl.xaml.cs (1)
98
_editorAdaptersFactoryService
= editorAdaptersFactoryService;
3 references to _editorAdaptersFactoryService
Microsoft.VisualStudio.LanguageServices (3)
DocumentOutline\DocumentOutlineControl.xaml.cs (1)
176
var wpfTextView =
_editorAdaptersFactoryService
.GetWpfTextView(textView);
DocumentOutline\DocumentOutlineControl_ModelComputation.cs (2)
93
if (
_editorAdaptersFactoryService
.GetBufferAdapter(textBuffer) is IPersistFileFormat persistFileFormat &&
211
return
_editorAdaptersFactoryService
.GetWpfTextView(textView);