2 writes to _children
PresentationFramework (2)
MS\Internal\Globalization\BamlTreeNode.cs (2)
195_children = new List<BamlTreeNode>(); 243_children = value;
7 references to _children
PresentationFramework (7)
MS\Internal\Globalization\BamlTreeNode.cs (7)
193if (_children == null) 198_children.Add(child); // Add the children 239return _children; 496if (_children == null) 503for (int i = 0; i < _children.Count; i++) 505if (_children[i].NodeType == BamlNodeType.Property) 511_children.Insert(lastProperty, child);