1 write to Sibling
PresentationFramework (1)
src\Framework\MS\Internal\Data\CollectionViewGroupRoot.cs (1)
388
node.
Sibling
= parentNode.FirstChild;
2 references to Sibling
PresentationFramework (2)
src\Framework\MS\Internal\Data\CollectionViewGroupRoot.cs (2)
259
for (GroupTreeNode child = node.FirstChild; child != null; child = child.
Sibling
)
308
for (GroupTreeNode child = node.FirstChild; child != null; child = child.
Sibling
)