11 references to GetLastContainedNode
PresentationFramework (11)
System\Windows\Documents\SplayTreeNode.cs (1)
377locationNode = positionNode.GetLastContainedNode();
System\Windows\Documents\TextContainer.cs (2)
1948return (_rootNode == null) ? null : (TextTreeNode)_rootNode.GetLastContainedNode(); 2840lastContainedChildNode = elementNode.GetLastContainedNode();
System\Windows\Documents\TextElement.cs (1)
1482TextTreeTextElementNode node = _textElementNode.GetLastContainedNode() as TextTreeTextElementNode;
System\Windows\Documents\TextPointer.cs (7)
2239newNode = _node.GetLastContainedNode(); 2890sibling = node.GetLastContainedNode(); 3245newNode = newNode.GetLastContainedNode(); 3343newNode = currentNode.GetLastContainedNode(); 3372newNode = currentNode.GetLastContainedNode(); 3515lastChildNode = (TextTreeNode)node.GetLastContainedNode(); 4029newNode = node.GetLastContainedNode();