1 write to Uid
PresentationFramework (1)
MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
244((BamlStartElementNode)_currentParent).Uid = _reader.Value;
21 references to Uid
PresentationFramework (21)
MS\Internal\Globalization\BamlTreeMap.cs (11)
199if (elementNode.Uid != null) 202elementNode.Uid, 215if (parent.Uid != null) 220uid = parent.Uid; 228$"{parent.Uid}.{propertyNode.PropertyName}_{propertyNode.Index}"); 245if (parent.Uid != null) 248parent.Uid, 561if (node.Uid == null) 568if (_comments[i] != null && _comments[i].ElementId == node.Uid) 576ElementId = node.Uid 582XmlElement element = FindElementByID(_commentsDocument, node.Uid);
MS\Internal\Globalization\BamlTreeUpdater.cs (6)
275if (element.Uid != null) 277if (uidSubstitutions.ContainsKey(element.Uid)) 288uidSubstitutions[element.Uid] = null; // stored in Hashtable 306if (element.Uid != null) 308if (!uidSubstitutions.ContainsKey(element.Uid)) 324uidSubstitutions.Remove(element.Uid);
MS\Internal\Globalization\LocalizableResourceBuilder.cs (4)
245if (node.Uid != null) 249$"<{formattingTag} {XamlReaderHelper.DefinitionUid}=\"{BamlResourceContentUtil.EscapeString(node.Uid)}\">" 283if (node.Uid != null) 287$"{BamlConst.ChildStart}{BamlResourceContentUtil.EscapeString(node.Uid)}{BamlConst.ChildEnd}");