7 references to XamlWriter
PresentationFramework (7)
src\Framework\MS\Internal\Ink\ClipboardProcessor.cs (1)
381
xml =
XamlWriter
.Save(elements[i]);
src\Framework\MS\Internal\Ink\XamlClipboardData.cs (1)
108
xml =
XamlWriter
.Save(element);
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (1)
1104
string complexPropertyXml = System.Windows.Markup.
XamlWriter
.Save(propertyEntry.Value);
src\Framework\System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
276
xml =
XamlWriter
.Save(objectNode.EmbeddedElement);
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
845
case 753: t = () => typeof(System.Windows.Markup.
XamlWriter
); break; // ambiguous
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11451
typeof(System.Windows.Markup.
XamlWriter
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6297
case KnownElements.XamlWriter: t = typeof(System.Windows.Markup.
XamlWriter
); break;