
I have a situation where some of the document windows in a particular docksite control are specified in XAML and others are added programmatically. Serialization and deserialization works fine for the ones defined in XAML. However the ones added programmatically seem to be ignored by the deserialization process. Is there a way to ensure that they are included?