1 write to Uid
PresentationFramework (1)
MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
244
((BamlStartElementNode)_currentParent).
Uid
= _reader.Value;
21 references to Uid
PresentationFramework (21)
MS\Internal\Globalization\BamlTreeMap.cs (11)
199
if (elementNode.
Uid
!= null)
202
elementNode.
Uid
,
215
if (parent.
Uid
!= null)
220
uid = parent.
Uid
;
228
$"{parent.
Uid
}.{propertyNode.PropertyName}_{propertyNode.Index}");
245
if (parent.
Uid
!= null)
248
parent.
Uid
,
561
if (node.
Uid
== null)
568
if (_comments[i] != null && _comments[i].ElementId == node.
Uid
)
576
ElementId = node.
Uid
582
XmlElement element = FindElementByID(_commentsDocument, node.
Uid
);
MS\Internal\Globalization\BamlTreeUpdater.cs (6)
275
if (element.
Uid
!= null)
277
if (uidSubstitutions.ContainsKey(element.
Uid
))
288
uidSubstitutions[element.
Uid
] = null; // stored in Hashtable
306
if (element.
Uid
!= null)
308
if (!uidSubstitutions.ContainsKey(element.
Uid
))
324
uidSubstitutions.Remove(element.
Uid
);
MS\Internal\Globalization\LocalizableResourceBuilder.cs (4)
245
if (node.
Uid
!= null)
249
$"<{formattingTag} {XamlReaderHelper.DefinitionUid}=\"{BamlResourceContentUtil.EscapeString(node.
Uid
)}\">"
283
if (node.
Uid
!= null)
287
$"{BamlConst.ChildStart}{BamlResourceContentUtil.EscapeString(node.
Uid
)}{BamlConst.ChildEnd}");