1 write to Uid
PresentationFramework (1)
src\Framework\MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
252
((BamlStartElementNode)_currentParent).
Uid
= _reader.Value;
21 references to Uid
PresentationFramework (21)
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (11)
221
if (elementNode.
Uid
!= null)
224
elementNode.
Uid
,
237
if (parent.
Uid
!= null)
242
uid = parent.
Uid
;
251
parent.
Uid
,
271
if (parent.
Uid
!= null)
274
parent.
Uid
,
583
if (node.
Uid
== null)
590
if (_comments[i] != null && _comments[i].ElementId == node.
Uid
)
597
comment.ElementId = node.
Uid
;
602
XmlElement element = FindElementByID(_commentsDocument, node.
Uid
);
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (6)
300
if (element.
Uid
!= null)
302
if (uidSubstitutions.ContainsKey(element.
Uid
))
313
uidSubstitutions[element.
Uid
] = null; // stored in Hashtable
331
if (element.
Uid
!= null)
333
if (!uidSubstitutions.ContainsKey(element.
Uid
))
349
uidSubstitutions.Remove(element.
Uid
);
src\Framework\MS\Internal\Globalization\LocalizableResourceBuilder.cs (4)
245
if (node.
Uid
!= null)
252
BamlResourceContentUtil.EscapeString(node.
Uid
)
286
if (node.
Uid
!= null)
292
BamlResourceContentUtil.EscapeString(node.
Uid
),