2 instantiations of MarkupWriterContext
PresentationFramework (2)
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (2)
469RecordNamespaces(scope, item, new MarkupWriterContext(scope), false); 484MarkupWriterContext context = new MarkupWriterContext(scope);
1 reference to MarkupWriterContext
PresentationFramework (1)
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (1)
484MarkupWriterContext context = new MarkupWriterContext(scope);