2 writes to _uid
PresentationFramework (2)
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (2)
485node._uid = _uid; 543set { _uid = value;}
2 references to _uid
PresentationFramework (2)
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (2)
485node._uid = _uid; 542get { return _uid; }