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