Is there a way to get a list of the system C# classes which implement a given interface? In particular, I'm interested in IDrawable at present. But I imagine this will come up again, for other interfaces.
EDIT: Preferably in the documentation, not in code as the "possible duplicate" does. To do it in code, I'd have to link all the relevant assemblies. But I don't know which assemblies are relevant.