11 references to GetLastContainedNode
PresentationFramework (11)
src\Framework\System\Windows\Documents\SplayTreeNode.cs (1)
377locationNode = positionNode.GetLastContainedNode();
src\Framework\System\Windows\Documents\TextContainer.cs (2)
1963return (_rootNode == null) ? null : (TextTreeNode)_rootNode.GetLastContainedNode(); 2855lastContainedChildNode = elementNode.GetLastContainedNode();
src\Framework\System\Windows\Documents\TextElement.cs (1)
1527TextTreeTextElementNode node = _textElementNode.GetLastContainedNode() as TextTreeTextElementNode;
src\Framework\System\Windows\Documents\TextPointer.cs (7)
2259newNode = _node.GetLastContainedNode(); 2916sibling = node.GetLastContainedNode(); 3271newNode = newNode.GetLastContainedNode(); 3369newNode = currentNode.GetLastContainedNode(); 3398newNode = currentNode.GetLastContainedNode(); 3541lastChildNode = (TextTreeNode)node.GetLastContainedNode(); 4055newNode = node.GetLastContainedNode();