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