1 write to Value
PresentationFramework (1)
MS\Internal\Globalization\BamlTreeUpdater.cs (1)
216
propertyNode.
Value
= BamlResourceContentUtil.UnescapeString(resource.Content);
3 references to Value
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeMap.cs (2)
630
SetLocalizationComments(node, comment, propertyNode.
Value
);
636
SetLocalizationAttributes(node, comment, propertyNode.
Value
);
MS\Internal\Globalization\LocalizableResourceBuilder.cs (1)
149
content = BamlResourceContentUtil.EscapeString(propertyNode.
Value
);