1 write to Sibling
PresentationFramework (1)
MS\Internal\Data\CollectionViewGroupRoot.cs (1)
383
node.
Sibling
= parentNode.FirstChild;
2 references to Sibling
PresentationFramework (2)
MS\Internal\Data\CollectionViewGroupRoot.cs (2)
254
for (GroupTreeNode child = node.FirstChild; child != null; child = child.
Sibling
)
303
for (GroupTreeNode child = node.FirstChild; child != null; child = child.
Sibling
)