Base type page is specified in other parts

Viewed 857

Even though XAML pages inherit automatically from Page, ReSharper grays out all inheritance from that Base class and comes up with the following message:

Base type page is specified in other parts

It suggests removing redundant super type references.

enter image description here

What is the interpretation of all this?

1 Answers
Related