Find All References

Suppose you want to find every line of code that references a particular class or member. You could always accomplish this with a global Find action, but now you have a much easier choice. Simply right-click any class or member in the in the Object Browser, Class View, or the Code Editor to find all the lines of code in your project that reference that symbol. The name of each symbol found is listed in the Find Symbol Results window. When source code for the item found is available, the source file and line number of its definition are also listed.

Right-click on any class or member and find all the code that references it