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