4 references to XmlReader
PresentationBuildTasks (4)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
779XmlReader xmlReader = xamlDefTagNode.XmlReader;
MS\Internal\MarkupCompiler\ParserExtension.cs (3)
715while (!xamlDefTagNode.IsEmptyElement && xamlDefTagNode.XmlReader.NodeType != XmlNodeType.EndElement) 717xamlDefTagNode.XmlReader.Read(); 720xamlDefTagNode.XmlReader.Read();