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