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