1 write to WpfTextView
Microsoft.VisualStudio.LanguageServices (1)
Implementation\AbstractOleCommandTarget.cs (1)
34
WpfTextView
= wpfTextView;
5 references to WpfTextView
Microsoft.VisualStudio.LanguageServices (5)
Implementation\AbstractOleCommandTarget.cs (3)
60
var vsTextView = EditorAdaptersFactory.GetViewAdapter(
WpfTextView
);
74
=>
WpfTextView
.GetBufferContainingCaret();
77
=>
WpfTextView
;
Interactive\ScriptingOleCommandTarget.cs (2)
30
var result =
WpfTextView
.GetBufferContainingCaret(contentType: ContentTypeNames.RoslynContentType);
32
result ??=
WpfTextView
.GetBufferContainingCaret(contentType: PredefinedInteractiveCommandsContentTypes.InteractiveCommandContentTypeName);