1 write to Content
PresentationFramework (1)
MS\Internal\Globalization\LocalizableResourceBuilder.cs (1)
122Content = content,
8 references to Content
PresentationFramework (8)
MS\Internal\Globalization\BamlTreeUpdater.cs (8)
119newNode = new BamlLiteralContentNode(resource.Content); 127resource.Content, 141if (resource == null || resource.Content == null || !resource.Modifiable) 167literalNode.Content = BamlResourceContentUtil.UnescapeString(resource.Content); 190propertyNode.Value = BamlResourceContentUtil.UnescapeString(resource.Content); 213source = value.Content; 216if (resource.Content != source) 219ReArrangeChildren(key, node, resource.Content, treeMap);