1 write to _children
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\PathNode.cs (1)
375_children = ArrayList.ReadOnly(_children);
7 references to _children
PresentationFramework (7)
MS\Internal\Annotations\Anchoring\PathNode.cs (7)
128return _children; 326while (fp.Node.Equals(sp.Node) && sp._children.Count > 0) 332PathNode branchNode = (PathNode)sp._children[0]; 334foreach (PathNode fpn in fp._children) 361_children.Add(child); 371foreach (PathNode node in _children) 375_children = ArrayList.ReadOnly(_children);