1 write to _children
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\PathNode.cs (1)
362_children = ArrayList.ReadOnly(_children);
7 references to _children
PresentationFramework (7)
MS\Internal\Annotations\Anchoring\PathNode.cs (7)
117return _children; 313while (fp.Node.Equals(sp.Node) && sp._children.Count > 0) 319PathNode branchNode = (PathNode)sp._children[0]; 321foreach (PathNode fpn in fp._children) 348_children.Add(child); 358foreach (PathNode node in _children) 362_children = ArrayList.ReadOnly(_children);