2 writes to _children
PresentationFramework (2)
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (2)
198_children = new List<BamlTreeNode>(); 246_children = value;
7 references to _children
PresentationFramework (7)
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (7)
196if (_children == null) 201_children.Add(child); // Add the children 242return _children; 500if (_children == null) 507for (int i = 0; i < _children.Count; i++) 509if (_children[i].NodeType == BamlNodeType.Property) 515_children.Insert(lastProperty, child);