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)
200
if (elementNode.
Uid
!= null)
203
elementNode.
Uid
,
216
if (parent.
Uid
!= null)
221
uid = parent.
Uid
;
229
$"{parent.
Uid
}.{propertyNode.PropertyName}_{propertyNode.Index}");
246
if (parent.
Uid
!= null)
249
parent.
Uid
,
562
if (node.
Uid
== null)
569
if (_comments[i] != null && _comments[i].ElementId == node.
Uid
)
577
ElementId = node.
Uid
583
XmlElement element = FindElementByID(_commentsDocument, node.
Uid
);
MS\Internal\Globalization\BamlTreeUpdater.cs (6)
276
if (element.
Uid
!= null)
278
if (uidSubstitutions.ContainsKey(element.
Uid
))
289
uidSubstitutions[element.
Uid
] = null; // stored in Hashtable
307
if (element.
Uid
!= null)
309
if (!uidSubstitutions.ContainsKey(element.
Uid
))
325
uidSubstitutions.Remove(element.
Uid
);
MS\Internal\Globalization\LocalizableResourceBuilder.cs (4)
246
if (node.
Uid
!= null)
250
$"<{formattingTag} {XamlReaderHelper.DefinitionUid}=\"{BamlResourceContentUtil.EscapeString(node.
Uid
)}\">"
284
if (node.
Uid
!= null)
288
$"{BamlConst.ChildStart}{BamlResourceContentUtil.EscapeString(node.
Uid
)}{BamlConst.ChildEnd}");