5 references to GetMaxSibling
PresentationFramework (5)
src\Framework\System\Windows\Documents\SplayTreeNode.cs (2)
156
return containedNode.
GetMaxSibling
();
515
maxNode = leftSubTree.
GetMaxSibling
();
src\Framework\System\Windows\Documents\TextContainer.cs (3)
2349
previousNode = (TextTreeNode)leftSubTree.
GetMaxSibling
();
3044
lastContainedNode = (TextTreeNode)childNode.
GetMaxSibling
();
3094
maxChildNode = childNode.
GetMaxSibling
();