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