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)
193
if (
_children
== null)
198
_children
.Add(child); // Add the children
239
return
_children
;
496
if (
_children
== null)
503
for (int i = 0; i <
_children
.Count; i++)
505
if (
_children
[i].NodeType == BamlNodeType.Property)
511
_children
.Insert(lastProperty, child);