4 references to Save
PresentationFramework (4)
MS\Internal\Ink\ClipboardProcessor.cs (1)
345string xml = XamlWriter.Save(elements[i]);
MS\Internal\Ink\XamlClipboardData.cs (1)
84xml = XamlWriter.Save(element);
System\Windows\Documents\TextRangeSerialization.cs (1)
1080string complexPropertyXml = System.Windows.Markup.XamlWriter.Save(propertyEntry.Value);
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
259string xml = XamlWriter.Save(objectNode.EmbeddedElement);