This question is locked. New answers and comments are not allowed.
I inserted a namespace xmlns:x=http://schemas.microsoft.com/winfx/2006/xaml in the XAML of Rad document and used x:Name="Test" attribute in some of the elements. But after I load this customized XAML inside Rad RTB, it strips off the namespace as well as the x:name attributes from all the places. Is there any way I can retain my custom changes?