I have the following control template.
I wish to set the source property for the image control in the control template using Template Binding.
But since t
I'm not sure that I understood your problem very well but why don't you use ContentPresenter? It allows to move the code for your Image at the higher level.
... ...