1 write to Uid
PresentationFramework (1)
MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
245
((BamlStartElementNode)_currentParent).
Uid
= _reader.Value;
21 references to Uid
PresentationFramework (21)
MS\Internal\Globalization\BamlTreeMap.cs (11)
214
if (elementNode.
Uid
!= null)
217
elementNode.
Uid
,
230
if (parent.
Uid
!= null)
235
uid = parent.
Uid
;
243
$"{parent.
Uid
}.{propertyNode.PropertyName}_{propertyNode.Index}");
260
if (parent.
Uid
!= null)
263
parent.
Uid
,
573
if (node.
Uid
== null)
580
if (_comments[i] != null && _comments[i].ElementId == node.
Uid
)
587
comment.ElementId = node.
Uid
;
592
XmlElement element = FindElementByID(_commentsDocument, node.
Uid
);
MS\Internal\Globalization\BamlTreeUpdater.cs (6)
293
if (element.
Uid
!= null)
295
if (uidSubstitutions.ContainsKey(element.
Uid
))
306
uidSubstitutions[element.
Uid
] = null; // stored in Hashtable
324
if (element.
Uid
!= null)
326
if (!uidSubstitutions.ContainsKey(element.
Uid
))
342
uidSubstitutions.Remove(element.
Uid
);
MS\Internal\Globalization\LocalizableResourceBuilder.cs (4)
244
if (node.
Uid
!= null)
248
$"<{formattingTag} {XamlReaderHelper.DefinitionUid}=\"{BamlResourceContentUtil.EscapeString(node.
Uid
)}\">"
282
if (node.
Uid
!= null)
286
$"{BamlConst.ChildStart}{BamlResourceContentUtil.EscapeString(node.
Uid
)}{BamlConst.ChildEnd}");