1 write to _children
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Anchoring\PathNode.cs (1)
389
_children
= ArrayList.ReadOnly(_children);
7 references to _children
PresentationFramework (7)
src\Framework\MS\Internal\Annotations\Anchoring\PathNode.cs (7)
140
return
_children
;
340
while (fp.Node.Equals(sp.Node) && sp.
_children
.Count > 0)
346
PathNode branchNode = (PathNode)sp.
_children
[0];
348
foreach (PathNode fpn in fp.
_children
)
375
_children
.Add(child);
385
foreach (PathNode node in
_children
)
389
_children = ArrayList.ReadOnly(
_children
);