1 type derived from BamlStartComplexPropertyNode
PresentationFramework (1)
MS\Internal\Globalization\BamlTreeNode.cs (1)
744internal sealed class BamlPropertyNode : BamlStartComplexPropertyNode
2 instantiations of BamlStartComplexPropertyNode
PresentationFramework (2)
MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
95BamlStartComplexPropertyNode bamlNode = new BamlStartComplexPropertyNode(
MS\Internal\Globalization\BamlTreeNode.cs (1)
668return new BamlStartComplexPropertyNode(
8 references to BamlStartComplexPropertyNode
PresentationFramework (8)
MS\Internal\Globalization\BamlResourceDeserializer.cs (3)
95BamlStartComplexPropertyNode bamlNode = new BamlStartComplexPropertyNode( 339BamlStartComplexPropertyNode propertyNode = child as BamlStartComplexPropertyNode;
MS\Internal\Globalization\LocalizableResourceBuilder.cs (5)
76BamlStartComplexPropertyNode propertyNode = (BamlStartComplexPropertyNode)node; 346BamlStartComplexPropertyNode node, 441BamlStartComplexPropertyNode propertyNode = ancestor as BamlStartComplexPropertyNode;