7 references to XamlWriter
PresentationFramework (7)
MS\Internal\Ink\ClipboardProcessor.cs (1)
345
string xml =
XamlWriter
.Save(elements[i]);
MS\Internal\Ink\XamlClipboardData.cs (1)
84
xml =
XamlWriter
.Save(element);
System\Windows\Documents\TextRangeSerialization.cs (1)
1080
string complexPropertyXml = System.Windows.Markup.
XamlWriter
.Save(propertyEntry.Value);
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
259
string xml =
XamlWriter
.Save(objectNode.EmbeddedElement);
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
849
case 753: t = () => typeof(System.Windows.Markup.
XamlWriter
); break; // ambiguous
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11455
typeof(System.Windows.Markup.
XamlWriter
),
System\Windows\Markup\KnownTypes.cs (1)
6307
case KnownElements.XamlWriter: t = typeof(System.Windows.Markup.
XamlWriter
); break;