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)
190
if (
_children
== null)
195
_children
.Add(child); // Add the children
236
return
_children
;
497
if (
_children
== null)
504
for (int i = 0; i <
_children
.Count; i++)
506
if (
_children
[i].NodeType == BamlNodeType.Property)
512
_children
.Insert(lastProperty, child);