8 references to GetMinSibling
PresentationFramework (8)
System\Windows\Documents\SplayTreeNode.cs (1)
139
return containedNode.
GetMinSibling
();
System\Windows\Documents\TextContainer.cs (7)
2326
nextNode = (TextTreeNode)rightSubTree.
GetMinSibling
();
2511
GetReferenceCounts((TextTreeNode)middleSubTree.
GetMinSibling
(), ref leftEdgeReferenceCount, ref rightEdgeReferenceCount);
2529
GetReferenceCounts((TextTreeNode)node.ContainedNode.
GetMinSibling
(), ref leftEdgeReferenceCount, ref rightEdgeReferenceCount);
2991
firstContainedNode = (TextTreeNode)childNode.
GetMinSibling
();
3027
minChildNode = childNode.
GetMinSibling
();
3073
clone.ContainedNode = DeepCopyContainedNodes((TextTreeNode)elementNode.ContainedNode.
GetMinSibling
());
3248
for (textBlock = (TextTreeTextBlock)_rootNode.RootTextBlock.ContainedNode.
GetMinSibling
(); textBlock != null; textBlock = (TextTreeTextBlock)textBlock.GetNextNode())