xmlns:local="clr-namespace:RecipeApp"
I have also tried to reference Window1 on Page1 as such
public partial class Page1 : namespace.Window1{}
but I get an error stating that "Partial declarations must not specify different base classes". My objective is to utilize the controls of Window1 on Page1 through referencing or by Window-to-Page inheritance. Any ideas would be helpful.
Thanks.
Thanks