1 write to Value
PresentationFramework (1)
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (1)
215
propertyNode.
Value
= BamlResourceContentUtil.UnescapeString(resource.Content);
3 references to Value
PresentationFramework (3)
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (2)
635
SetLocalizationComments(node, comment, propertyNode.
Value
);
641
SetLocalizationAttributes(node, comment, propertyNode.
Value
);
src\Framework\MS\Internal\Globalization\LocalizableResourceBuilder.cs (1)
146
content = BamlResourceContentUtil.EscapeString(propertyNode.
Value
);