2 writes to _children
PresentationFramework (2)
MS\Internal\Globalization\BamlTreeNode.cs (2)
191_children = new List<BamlTreeNode>(); 239_children = value;
7 references to _children
PresentationFramework (7)
MS\Internal\Globalization\BamlTreeNode.cs (7)
189if (_children == null) 194_children.Add(child); // Add the children 235return _children; 492if (_children == null) 499for (int i = 0; i < _children.Count; i++) 501if (_children[i].NodeType == BamlNodeType.Property) 507_children.Insert(lastProperty, child);