4 references to XmlReader
PresentationBuildTasks (4)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
766XmlReader xmlReader = xamlDefTagNode.XmlReader;
MS\Internal\MarkupCompiler\ParserExtension.cs (3)
711while (!xamlDefTagNode.IsEmptyElement && xamlDefTagNode.XmlReader.NodeType != XmlNodeType.EndElement) 713xamlDefTagNode.XmlReader.Read(); 716xamlDefTagNode.XmlReader.Read();