8 references to GetMinSibling
PresentationFramework (8)
System\Windows\Documents\SplayTreeNode.cs (1)
140return containedNode.GetMinSibling();
System\Windows\Documents\TextContainer.cs (7)
2327nextNode = (TextTreeNode)rightSubTree.GetMinSibling(); 2515GetReferenceCounts((TextTreeNode)middleSubTree.GetMinSibling(), ref leftEdgeReferenceCount, ref rightEdgeReferenceCount); 2533GetReferenceCounts((TextTreeNode)node.ContainedNode.GetMinSibling(), ref leftEdgeReferenceCount, ref rightEdgeReferenceCount); 2995firstContainedNode = (TextTreeNode)childNode.GetMinSibling(); 3031minChildNode = childNode.GetMinSibling(); 3080clone.ContainedNode = DeepCopyContainedNodes((TextTreeNode)elementNode.ContainedNode.GetMinSibling()); 3255for (textBlock = (TextTreeTextBlock)_rootNode.RootTextBlock.ContainedNode.GetMinSibling(); textBlock != null; textBlock = (TextTreeTextBlock)textBlock.GetNextNode())