5 instantiations of BamlEndElementNode
PresentationFramework (5)
MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
81
BamlTreeNode bamlNode = new
BamlEndElementNode
();
MS\Internal\Globalization\BamlTreeNode.cs (1)
604
return new
BamlEndElementNode
();
MS\Internal\Globalization\BamlTreeUpdater.cs (3)
117
newNode.AddChild(new
BamlEndElementNode
());
402
parent.AddChild(new
BamlEndElementNode
());
560
bamlNode.AddChild(new
BamlEndElementNode
());