xamlwriter Questions
2
Solved
I use FlowDocument with BlockUIContainer and InlineUIContainer elements containing (or as base classes) some custom blocks - SVG, math formulas etc.
Because of that using Selection.Load(stream, Dat...
Malemute asked 4/9, 2014 at 9:52
2
Solved
public static string GetXml(Dictionary<string, object> parameters)
{
return XamlWriter.Save(parameters);
}
The above statement returns a NotSupportedException.
The strange thing is that I...
Ten asked 6/3, 2012 at 10:5
1
© 2022 - 2024 — McMap. All rights reserved.