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