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