You can use "this" on the right side of the binding expression:
data-win-bind="innerText: this myInitializer"
However, if you do so, you should write a custom initializer that knows how to pull apart "this" into something that correctly turns into a string.