I'm not sure if this is exactly what you want, but it's worth a look.
If you right-click on the method name in the code window and select View Call Hierarchy (Ctrl + K, Ctrl + T), it will display the Call Hierarchy window (Ctrl + W, K) with the selected method as the root. This will allow you to view calls and calls from the selected method.
This is a tree view, and by expanding the required nodes, you can work out as far from the call hierarchy as you need.
source
share