1 write to Uid
PresentationFramework (1)
MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
252
((BamlStartElementNode)_currentParent).
Uid
= _reader.Value;
21 references to Uid
PresentationFramework (21)
MS\Internal\Globalization\BamlTreeMap.cs (11)
219
if (elementNode.
Uid
!= null)
222
elementNode.
Uid
,
235
if (parent.
Uid
!= null)
240
uid = parent.
Uid
;
248
$"{parent.
Uid
}.{propertyNode.PropertyName}_{propertyNode.Index}");
265
if (parent.
Uid
!= null)
268
parent.
Uid
,
578
if (node.
Uid
== null)
585
if (_comments[i] != null && _comments[i].ElementId == node.
Uid
)
592
comment.ElementId = node.
Uid
;
597
XmlElement element = FindElementByID(_commentsDocument, node.
Uid
);
MS\Internal\Globalization\BamlTreeUpdater.cs (6)
301
if (element.
Uid
!= null)
303
if (uidSubstitutions.ContainsKey(element.
Uid
))
314
uidSubstitutions[element.
Uid
] = null; // stored in Hashtable
332
if (element.
Uid
!= null)
334
if (!uidSubstitutions.ContainsKey(element.
Uid
))
350
uidSubstitutions.Remove(element.
Uid
);
MS\Internal\Globalization\LocalizableResourceBuilder.cs (4)
248
if (node.
Uid
!= null)
252
$"<{formattingTag} {XamlReaderHelper.DefinitionUid}=\"{BamlResourceContentUtil.EscapeString(node.
Uid
)}\">"
286
if (node.
Uid
!= null)
290
$"{BamlConst.ChildStart}{BamlResourceContentUtil.EscapeString(node.
Uid
)}{BamlConst.ChildEnd}");