2 writes to _children
PresentationFramework (2)
MS\Internal\Globalization\BamlTreeNode.cs (2)
192_children = new List<BamlTreeNode>(); 240_children = value;
7 references to _children
PresentationFramework (7)
MS\Internal\Globalization\BamlTreeNode.cs (7)
190if (_children == null) 195_children.Add(child); // Add the children 236return _children; 497if (_children == null) 504for (int i = 0; i < _children.Count; i++) 506if (_children[i].NodeType == BamlNodeType.Property) 512_children.Insert(lastProperty, child);