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