Is there a way to find all references to a dispatcher in multiple blueprints?

I am using dispatchers successfully, but at times I can lose track of where a dispatcher was created, called, and/or bound. Is there a method to finding all references to a dispatcher among all blueprints, the same way there is a way to find all references of a variable within a single blueprint?

Have you seen the global search? ^F gives:

Instead of just pressing enter, use the binoculars, that searches all blueprints.

You might have to fiddle in the main BP to get the search term right.

That’s it! So simple. Thank you.