2 references to IsEmptyElement
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
781bool isEmptyElement = xamlDefTagNode.IsEmptyElement;
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
715while (!xamlDefTagNode.IsEmptyElement && xamlDefTagNode.XmlReader.NodeType != XmlNodeType.EndElement)