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