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