7 references to XamlWriter
PresentationFramework (7)
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);
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
845case 753: t = () => typeof(System.Windows.Markup.XamlWriter); break; // ambiguous
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11451typeof(System.Windows.Markup.XamlWriter),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6297case KnownElements.XamlWriter: t = typeof(System.Windows.Markup.XamlWriter); break;