3 references to Children
PresentationFramework (3)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (3)
662
switch (startNode.
Children
.Count)
677
newLocators = GenerateLocators(newProcessor, (PathNode)startNode.
Children
[0], selection);
769
foreach (PathNode child in node.
Children
)