any info/docs on this?
I'm especially interested in knowning what happens when in xaml views - i.e when do controls get created.
I'm currently trying to set some properties on a xaml view, in the codebehind; but for some reason my controls are null. Is there an equivalent of InitializeCOmpoennt for views which should be called to create the xaml children?
if not, is there a method I can override, to hook into the framework for when the children are crated?