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