8 references to GetMinSibling
PresentationFramework (8)
src\Framework\System\Windows\Documents\SplayTreeNode.cs (1)
141
return containedNode.
GetMinSibling
();
src\Framework\System\Windows\Documents\TextContainer.cs (7)
2359
nextNode = (TextTreeNode)rightSubTree.
GetMinSibling
();
2556
GetReferenceCounts((TextTreeNode)middleSubTree.
GetMinSibling
(), ref leftEdgeReferenceCount, ref rightEdgeReferenceCount);
2574
GetReferenceCounts((TextTreeNode)node.ContainedNode.
GetMinSibling
(), ref leftEdgeReferenceCount, ref rightEdgeReferenceCount);
3043
firstContainedNode = (TextTreeNode)childNode.
GetMinSibling
();
3079
minChildNode = childNode.
GetMinSibling
();
3128
clone.ContainedNode = DeepCopyContainedNodes((TextTreeNode)elementNode.ContainedNode.
GetMinSibling
());
3303
for (textBlock = (TextTreeTextBlock)_rootNode.RootTextBlock.ContainedNode.
GetMinSibling
(); textBlock != null; textBlock = (TextTreeTextBlock)textBlock.GetNextNode())