11 references to GetLastContainedNode
PresentationFramework (11)
System\Windows\Documents\SplayTreeNode.cs (1)
369locationNode = positionNode.GetLastContainedNode();
System\Windows\Documents\TextContainer.cs (2)
1936return (_rootNode == null) ? null : (TextTreeNode)_rootNode.GetLastContainedNode(); 2810lastContainedChildNode = elementNode.GetLastContainedNode();
System\Windows\Documents\TextElement.cs (1)
1463TextTreeTextElementNode node = _textElementNode.GetLastContainedNode() as TextTreeTextElementNode;
System\Windows\Documents\TextPointer.cs (7)
2233newNode = _node.GetLastContainedNode(); 2884sibling = node.GetLastContainedNode(); 3239newNode = newNode.GetLastContainedNode(); 3337newNode = currentNode.GetLastContainedNode(); 3366newNode = currentNode.GetLastContainedNode(); 3509lastChildNode = (TextTreeNode)node.GetLastContainedNode(); 4023newNode = node.GetLastContainedNode();