I'm trying to serialize some xaml elements using the XamlWriter and I'm
getting a stack overflow error because the elements have some public
properties which get called about a million ( a lot) times. As I step
through the code the only thing that executes is the getter in these
properties and I don't know what would be calling them. any ideas on how to
trouble shoot this?
--
moondaddy@newsg roup.nospam
getting a stack overflow error because the elements have some public
properties which get called about a million ( a lot) times. As I step
through the code the only thing that executes is the getter in these
properties and I don't know what would be calling them. any ideas on how to
trouble shoot this?
--
moondaddy@newsg roup.nospam
Comment