1 type derived from BamlStartComplexPropertyNode
PresentationFramework (1)
MS\Internal\Globalization\BamlTreeNode.cs (1)
745internal sealed class BamlPropertyNode : BamlStartComplexPropertyNode
2 instantiations of BamlStartComplexPropertyNode
PresentationFramework (2)
MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
87BamlStartComplexPropertyNode bamlNode = new BamlStartComplexPropertyNode(
MS\Internal\Globalization\BamlTreeNode.cs (1)
669return new BamlStartComplexPropertyNode(
7 references to BamlStartComplexPropertyNode
PresentationFramework (7)
MS\Internal\Globalization\BamlResourceDeserializer.cs (2)
87BamlStartComplexPropertyNode bamlNode = new BamlStartComplexPropertyNode( 330if (child is BamlStartComplexPropertyNode propertyNode)
MS\Internal\Globalization\LocalizableResourceBuilder.cs (5)
71BamlStartComplexPropertyNode propertyNode = (BamlStartComplexPropertyNode)node; 343BamlStartComplexPropertyNode node, 438BamlStartComplexPropertyNode propertyNode = ancestor as BamlStartComplexPropertyNode;