Wilco Boele

Results 1 issues of Wilco Boele

In our application we use the following code to initialize a DesignSurface: ```cs using (var xmlReader = XmlReader.Create(new StringReader(XamlText))) { var settings = new XamlLoadSettings(); DesignSurface.LoadDesigner(xmlReader, settings); } ``` When...