Yeah, specifically WPF Unleashed mentions this. Logic should really go in the CoerceCallbacks, or PropertyChanged, etc ones.
On Mon, Sep 6, 2010 at 1:07 PM, Greg Keogh <[email protected]> wrote: > Yeah, you're not supposed to put logic in the get/set code. I think a few > of > my books mentioned this in passing. Your code may not get called when > binding happens or the XAML is parsed -- Greg > > _______________________________________________ > ozwpf mailing list > [email protected] > http://prdlxvm0001.codify.net/mailman/listinfo/ozwpf >
_______________________________________________ ozwpf mailing list [email protected] http://prdlxvm0001.codify.net/mailman/listinfo/ozwpf
