❔ ✅ WPF Class derivation where both classes have XAML pages
Is it OK for base WPF class to have a XAML page and its derived class to also declare one? So we'd have
X deriving from Y with the following files existing: x.xaml.cs, x.xaml, y.xaml.cs, and y.xaml.