3 references to DefAttribute
PresentationFramework (3)
MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
247
case BamlNodeType.
DefAttribute
:
MS\Internal\Globalization\BamlTreeNode.cs (1)
954
internal BamlDefAttributeNode(string name, string value) : base(BamlNodeType.
DefAttribute
)
System\Windows\Markup\BamlReader.cs (1)
422
NodeTypeInternal = BamlNodeType.
DefAttribute
;