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