1 write to Content
PresentationFramework (1)
MS\Internal\Globalization\LocalizableResourceBuilder.cs (1)
121Content = content,
8 references to Content
PresentationFramework (8)
MS\Internal\Globalization\BamlTreeUpdater.cs (8)
118newNode = new BamlLiteralContentNode(resource.Content); 126resource.Content, 140if (resource == null || resource.Content == null || !resource.Modifiable) 166literalNode.Content = BamlResourceContentUtil.UnescapeString(resource.Content); 189propertyNode.Value = BamlResourceContentUtil.UnescapeString(resource.Content); 212source = value.Content; 215if (resource.Content != source) 218ReArrangeChildren(key, node, resource.Content, treeMap);