11 references to GetLastContainedNode
PresentationFramework (11)
System\Windows\Documents\SplayTreeNode.cs (1)
376locationNode = positionNode.GetLastContainedNode();
System\Windows\Documents\TextContainer.cs (2)
1943return (_rootNode == null) ? null : (TextTreeNode)_rootNode.GetLastContainedNode(); 2835lastContainedChildNode = elementNode.GetLastContainedNode();
System\Windows\Documents\TextElement.cs (1)
1481TextTreeTextElementNode node = _textElementNode.GetLastContainedNode() as TextTreeTextElementNode;
System\Windows\Documents\TextPointer.cs (7)
2234newNode = _node.GetLastContainedNode(); 2885sibling = node.GetLastContainedNode(); 3240newNode = newNode.GetLastContainedNode(); 3338newNode = currentNode.GetLastContainedNode(); 3367newNode = currentNode.GetLastContainedNode(); 3510lastChildNode = (TextTreeNode)node.GetLastContainedNode(); 4024newNode = node.GetLastContainedNode();