1 type derived from BamlStartComplexPropertyNode
PresentationFramework (1)
MS\Internal\Globalization\BamlTreeNode.cs (1)
744
internal sealed class BamlPropertyNode :
BamlStartComplexPropertyNode
2 instantiations of BamlStartComplexPropertyNode
PresentationFramework (2)
MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
95
BamlStartComplexPropertyNode bamlNode = new
BamlStartComplexPropertyNode
(
MS\Internal\Globalization\BamlTreeNode.cs (1)
668
return new
BamlStartComplexPropertyNode
(
8 references to BamlStartComplexPropertyNode
PresentationFramework (8)
MS\Internal\Globalization\BamlResourceDeserializer.cs (3)
95
BamlStartComplexPropertyNode
bamlNode = new BamlStartComplexPropertyNode(
339
BamlStartComplexPropertyNode
propertyNode = child as
BamlStartComplexPropertyNode
;
MS\Internal\Globalization\LocalizableResourceBuilder.cs (5)
76
BamlStartComplexPropertyNode
propertyNode = (
BamlStartComplexPropertyNode
)node;
346
BamlStartComplexPropertyNode
node,
441
BamlStartComplexPropertyNode
propertyNode = ancestor as
BamlStartComplexPropertyNode
;