2 writes to _editorCommandTarget
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Preview\DifferenceViewerPreview.cs (2)
46_editorCommandTarget = new NavigationalCommandTarget(host.TextView, 77_editorCommandTarget = null;
4 references to _editorCommandTarget
Microsoft.CodeAnalysis.EditorFeatures.Wpf (4)
Preview\DifferenceViewerPreview.cs (4)
111if (_hasFocus && _editorCommandTarget != null) 113return _editorCommandTarget.QueryStatus(ref pguidCmdGroup, cCmds, prgCmds, pCmdText); 122if (_hasFocus && _editorCommandTarget != null) 124return _editorCommandTarget.Exec(ref pguidCmdGroup, nCmdID, nCmdexecopt, pvaIn, pvaOut);