Is there a way to binding to a sub element inside usercontrol using xaml?
I with to replicate this code using just xaml.
this.controlDisplayView.displayView.display
where this is the window,
controlDisplayView is the usercontrol name,
displayView is the sub usercontrol inside controlDisplayView,
and display is an element of displayView