bool ICommandHandler <FindReferencesCommandArgs> .ExecuteCommand(FindReferencesCommandArgs args, CommandExecutionContext executionContext) { // Do nothing. We merely enable others to call this command return(true); }
CommandState ICommandHandler <FindReferencesCommandArgs> .GetCommandState(FindReferencesCommandArgs args) { return(CommandState.Available); }