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