This Navigate to command navigates to all abstract class members overridden in the current class. If there is only one overriding member, ReSharper will set the caret there; if there are several overriding members, they all will be highlighted.
The command becomes available when you invoke the Navigate To shortcut list upon a base class entry in an inheriting class declaration. It works similar to the Navigate to Implementing Members command.
Tip
To navigate to the next highlighted overriding member, choose
ReSharper | Find | Next Item
or press
Ctrl+Alt+Down.
To navigate to the previous highlighted overriding member, choose
ReSharper | Find | Previous Item
or press
Ctrl+Alt+Up.
