Call Graph window
In this section:
The Call Graph window is available by choosing View>Source Browser>Call Graph.

This window displays calls to or calls from a function. The window is useful for navigating between the function calls.
To display a call graph, select a function name in the editor window or in the Outline window, right-click and select Find All Calls to from the context menu.
Double-click an entry in the window to place the insertion point at the location of the function call (or definition, if a call is not applicable for the entry). The editor will open the file that contains the call if necessary.

