An simple way to get a list of types that implement IDisposable is to crack open Reflector, navigate to System.IDisposable, expand the node, and then expand the 'Derived Types' node.
To be sure that your list is complete, verify that all the assemblies you're using have been 'Open'ed in Reflector.