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