HOW TO LOAD STRING CONTENT TO FORMDESIGNERCONTROL

Hi all,
Is it possible to load string content to FormDesignerControl? We looked into the source code and found that FormDesignerControl has private LoadDesigner method. We would like to load content from a string, not a file, so, can you give advise can we achive it?
Thanks.
Hi Igor,
I have uploaded modified version of the FormDesigner:
http://www.alternetsoft.com/forum/Alternet_FormDesigner.Wpf.zip
There are two new public methods should be useful for you:
LoadDesigner(string xaml)
LoadDesignerFromFile(string fileName)
regards,
Andrew