2 references to IsEmptyElement
PresentationBuildTasks (2)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
791
bool isEmptyElement = xamlDefTagNode.
IsEmptyElement
;
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (1)
718
while (!xamlDefTagNode.
IsEmptyElement
&& xamlDefTagNode.XmlReader.NodeType != XmlNodeType.EndElement)