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)
221if (elementNode.Uid != null) 224elementNode.Uid, 237if (parent.Uid != null) 242uid = parent.Uid; 251parent.Uid, 271if (parent.Uid != null) 274parent.Uid, 583if (node.Uid == null) 590if (_comments[i] != null && _comments[i].ElementId == node.Uid) 597comment.ElementId = node.Uid; 602XmlElement element = FindElementByID(_commentsDocument, node.Uid);
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (6)
300if (element.Uid != null) 302if (uidSubstitutions.ContainsKey(element.Uid)) 313uidSubstitutions[element.Uid] = null; // stored in Hashtable 331if (element.Uid != null) 333if (!uidSubstitutions.ContainsKey(element.Uid)) 349uidSubstitutions.Remove(element.Uid);
src\Framework\MS\Internal\Globalization\LocalizableResourceBuilder.cs (4)
245if (node.Uid != null) 252BamlResourceContentUtil.EscapeString(node.Uid) 286if (node.Uid != null) 292BamlResourceContentUtil.EscapeString(node.Uid),