FIX. RadDock - NullReferenceException when adding a DocumentWindow and AutoDetectMdiChildren is true
To reproduce set AutoDetectMdiChildren to true and add a DocumentWindow to RadDock, using the AddDocument method
Workaround:
1. Set AutoDetectMdiChildren to false
2. Use HostWindow instead of DocumentWindow