2 writes to _children
PresentationFramework (2)
MS\Internal\Globalization\BamlTreeNode.cs (2)
193_children = new List<BamlTreeNode>(); 241_children = value;
7 references to _children
PresentationFramework (7)
MS\Internal\Globalization\BamlTreeNode.cs (7)
191if (_children == null) 196_children.Add(child); // Add the children 237return _children; 498if (_children == null) 505for (int i = 0; i < _children.Count; i++) 507if (_children[i].NodeType == BamlNodeType.Property) 513_children.Insert(lastProperty, child);