Visual Studio: How do I show all classes inherited from a base class?

For VS2012,

  1. Navigate to file in solution explorer
  2. Expand and select your class
  3. Right click the class item (not the file item) -> Derived Types

Leave a Comment