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