2 instantiations of BamlTree
PresentationFramework (2)
MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
298return new BamlTree(_root, _nodeCount);
MS\Internal\Globalization\BamlTreeNode.cs (1)
75BamlTree newTree = new BamlTree
15 references to BamlTree
PresentationFramework (15)
MS\Internal\Globalization\BamlResourceDeserializer.cs (2)
24internal static BamlTree LoadBaml(Stream bamlStream) 45private BamlTree LoadBamlImp(Stream bamlSteam)
MS\Internal\Globalization\BamlResourceSerializer.cs (2)
21internal static void Serialize(BamlLocalizer localizer, BamlTree tree, Stream output) 47BamlTree tree,
MS\Internal\Globalization\BamlTreeMap.cs (4)
33BamlTree tree, 73internal BamlTreeNode MapKeyToBamlTreeNode(BamlLocalizableResourceKey key, BamlTree tree) 84internal BamlStartElementNode MapUidToBamlTreeElementNode(string uid, BamlTree tree) 270private readonly BamlTree _tree;
MS\Internal\Globalization\BamlTreeNode.cs (2)
66internal BamlTree Copy() 75BamlTree newTree = new BamlTree
MS\Internal\Globalization\BamlTreeUpdater.cs (3)
20internal static void UpdateTree(BamlTree tree, BamlTreeMap treeMap, BamlLocalizationDictionary dictionary) 674private readonly BamlTree _tree; 688internal BamlTreeUpdateMap(BamlTreeMap map, BamlTree tree)
System\Windows\Markup\Localizer\BamlLocalizer.cs (2)
88BamlTree _duplicateTree = _tree.Copy(); 141private BamlTree _tree;