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