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