is it possible to bind the Path property of a binding to another property?
I want to realize this code:
Text=\"{Binding Path={Binding Path=CurrentPat
Path is not a dependency property, therefore the binding will not work.