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)
214if (elementNode.Uid != null) 217elementNode.Uid, 230if (parent.Uid != null) 235uid = parent.Uid; 243$"{parent.Uid}.{propertyNode.PropertyName}_{propertyNode.Index}"); 260if (parent.Uid != null) 263parent.Uid, 573if (node.Uid == null) 580if (_comments[i] != null && _comments[i].ElementId == node.Uid) 587comment.ElementId = node.Uid; 592XmlElement element = FindElementByID(_commentsDocument, node.Uid);
MS\Internal\Globalization\BamlTreeUpdater.cs (6)
293if (element.Uid != null) 295if (uidSubstitutions.ContainsKey(element.Uid)) 306uidSubstitutions[element.Uid] = null; // stored in Hashtable 324if (element.Uid != null) 326if (!uidSubstitutions.ContainsKey(element.Uid)) 342uidSubstitutions.Remove(element.Uid);
MS\Internal\Globalization\LocalizableResourceBuilder.cs (4)
244if (node.Uid != null) 248$"<{formattingTag} {XamlReaderHelper.DefinitionUid}=\"{BamlResourceContentUtil.EscapeString(node.Uid)}\">" 282if (node.Uid != null) 286$"{BamlConst.ChildStart}{BamlResourceContentUtil.EscapeString(node.Uid)}{BamlConst.ChildEnd}");