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