4 references to Save
PresentationFramework (4)
src\Framework\MS\Internal\Ink\ClipboardProcessor.cs (1)
381xml = XamlWriter.Save(elements[i]);
src\Framework\MS\Internal\Ink\XamlClipboardData.cs (1)
108xml = XamlWriter.Save(element);
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (1)
1104string complexPropertyXml = System.Windows.Markup.XamlWriter.Save(propertyEntry.Value);
src\Framework\System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
276xml = XamlWriter.Save(objectNode.EmbeddedElement);