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)
111
if (_hasFocus &&
_editorCommandTarget
!= null)
113
return
_editorCommandTarget
.QueryStatus(ref pguidCmdGroup, cCmds, prgCmds, pCmdText);
122
if (_hasFocus &&
_editorCommandTarget
!= null)
124
return
_editorCommandTarget
.Exec(ref pguidCmdGroup, nCmdID, nCmdexecopt, pvaIn, pvaOut);