2 instantiations of BamlTree
PresentationFramework (2)
src\Framework\MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
306return new BamlTree(_root, _nodeCount);
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (1)
82BamlTree newTree = new BamlTree();
15 references to BamlTree
PresentationFramework (15)
src\Framework\MS\Internal\Globalization\BamlResourceDeserializer.cs (2)
33internal static BamlTree LoadBaml(Stream bamlStream) 54private BamlTree LoadBamlImp(Stream bamlSteam)
src\Framework\MS\Internal\Globalization\BamlResourceSerializer.cs (2)
31internal static void Serialize(BamlLocalizer localizer, BamlTree tree, Stream output) 57BamlTree tree,
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (4)
48BamlTree tree, 88internal BamlTreeNode MapKeyToBamlTreeNode(BamlLocalizableResourceKey key, BamlTree tree) 101internal BamlStartElementNode MapUidToBamlTreeElementNode(string uid, BamlTree tree) 295private BamlTree _tree;
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (2)
73internal BamlTree Copy() 82BamlTree newTree = new BamlTree();
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (3)
26BamlTree tree, 703private BamlTree _tree; 717internal BamlTreeUpdateMap(BamlTreeMap map, BamlTree tree)
src\Framework\System\Windows\Markup\Localizer\BamlLocalizer.cs (2)
117BamlTree _duplicateTree = _tree.Copy(); 171private BamlTree _tree;