c# - Finding all classes that implement an Abstract class in Visual Studio? -


in visual studio, possible find classes implement abstract class?

for instance, i'm looking @ abstract class system.windows.media.brush, , know classes (ideally part of microsoft stack) implement it.

failing that, there reflector job?


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -