1 type derived from BamlStartComplexPropertyNode
PresentationFramework (1)
MS\Internal\Globalization\BamlTreeNode.cs (1)
740internal sealed class BamlPropertyNode : BamlStartComplexPropertyNode
2 instantiations of BamlStartComplexPropertyNode
PresentationFramework (2)
MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
88BamlStartComplexPropertyNode bamlNode = new BamlStartComplexPropertyNode(
MS\Internal\Globalization\BamlTreeNode.cs (1)
664return new BamlStartComplexPropertyNode(
8 references to BamlStartComplexPropertyNode
PresentationFramework (8)
MS\Internal\Globalization\BamlResourceDeserializer.cs (3)
88BamlStartComplexPropertyNode bamlNode = new BamlStartComplexPropertyNode( 332BamlStartComplexPropertyNode propertyNode = child as BamlStartComplexPropertyNode;
MS\Internal\Globalization\LocalizableResourceBuilder.cs (5)
72BamlStartComplexPropertyNode propertyNode = (BamlStartComplexPropertyNode)node; 342BamlStartComplexPropertyNode node, 437BamlStartComplexPropertyNode propertyNode = ancestor as BamlStartComplexPropertyNode;