Search WPF 4 Classes
A small utility to browse the WPF classes and interfaces.

Search.gif

Small utility to search through WPF classes.

The left side of the screen lets you find a class and change how you see the class. Once a class is selected you see information about the class on the right side.

Access Select a class access modifier to only see those classes.

Namespaces Select a namespace to only see classes from that namespace.

Inherits from Select a class to see it's decendants.

Implements Select an interface to see the classes implementing that interface.

Inherited has the number of levels up the inheritance tree to display properties, methods, events, and fields for.

Single list Check this to display any properties, methods, events, or fields in a single list instead of broken apart.

Display Check any parts of the class you would like to see.

Filter Enter any part of a class name. When it's selected in the list, you will see the class information on the right.

Inherits from displays the classes the current class inherits from. Double click on an entry to browse to that class.

Implements shows the interfaces the class implements. Double click on an interface to see the other classes that implement that interface.

Properties, Methods, Events and Fields Shows the relevant information up to the number of inheritance levels.

Hope you find a use for it.