1 type derived from BamlStartComplexPropertyNode
PresentationFramework (1)
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (1)
749internal sealed class BamlPropertyNode : BamlStartComplexPropertyNode
2 instantiations of BamlStartComplexPropertyNode
PresentationFramework (2)
src\Framework\MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
96BamlStartComplexPropertyNode bamlNode = new BamlStartComplexPropertyNode(
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (1)
673return new BamlStartComplexPropertyNode(
8 references to BamlStartComplexPropertyNode
PresentationFramework (8)
src\Framework\MS\Internal\Globalization\BamlResourceDeserializer.cs (3)
96BamlStartComplexPropertyNode bamlNode = new BamlStartComplexPropertyNode( 339BamlStartComplexPropertyNode propertyNode = child as BamlStartComplexPropertyNode;
src\Framework\MS\Internal\Globalization\LocalizableResourceBuilder.cs (5)
73BamlStartComplexPropertyNode propertyNode = (BamlStartComplexPropertyNode) node; 350BamlStartComplexPropertyNode node, 445BamlStartComplexPropertyNode propertyNode = ancestor as BamlStartComplexPropertyNode;