Hello,
In my application I need to load al ot of XAML pages. So, I have a frame inside my window. I set to a frame datacontext for the concrete page and it works but I need to have possibility to change the data in datacontext in two way, but not only oneway. Because in my application now I cannot change any value back to the properties.
How I could activate twoway mode for pages datacontext?