Hi there,
I have a Silverlight 4 application.
What would cause the Constructor in my codebehind file to be called more than once?
Currently I suspect it gets called when I set the datacontext or do applytemplate.
I can see it when I debug the application and I put a breakpoint on the first line in my constructor, BUT it does not give me a stacktrace.
Thanks