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