5 instantiations of BamlEndElementNode
PresentationFramework (5)
MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
81
BamlTreeNode bamlNode = new
BamlEndElementNode
();
MS\Internal\Globalization\BamlTreeNode.cs (1)
610
return new
BamlEndElementNode
();
MS\Internal\Globalization\BamlTreeUpdater.cs (3)
106
newNode.AddChild(new
BamlEndElementNode
());
385
parent.AddChild(new
BamlEndElementNode
());
542
bamlNode.AddChild(new
BamlEndElementNode
());