What triggers PDS to serialize unmodified custom properties of UserControl and custom Control to the InitializeComponent block? And sometimes it doesn't?
It's a pain when the serialized value of the property becomes out-of-synch with the UserControl.
My problem is that for the same UserControl, PDSOE sometimes includes and sometimes it doesn't include property initialization in IntializeComponent. I'm wondering what is causing the inconsistency to happen.
Is it the presence of r-code, location of r-code and etc.?