Why is it that when I do a Find Ref on a virtual function that is overriding a base class' implementation, VAX never shows me the calls to the base class function? Is this by design? This would become troublesome especially if I wanted to rename that function through VAX. This has been a problem for quite some time.
Currently Find References and also Rename only check the derived classes, not the base / parent classes. We are looking into making Find References also search the base classes, but this has obviously not been done yet: