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