5 instantiations of BamlEndElementNode
PresentationFramework (5)
MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
80
BamlTreeNode bamlNode = new
BamlEndElementNode
();
MS\Internal\Globalization\BamlTreeNode.cs (1)
609
return new
BamlEndElementNode
();
MS\Internal\Globalization\BamlTreeUpdater.cs (3)
105
newNode.AddChild(new
BamlEndElementNode
());
384
parent.AddChild(new
BamlEndElementNode
());
541
bamlNode.AddChild(new
BamlEndElementNode
());