8 references to GetMinSibling
PresentationFramework (8)
System\Windows\Documents\SplayTreeNode.cs (1)
141return containedNode.GetMinSibling();
System\Windows\Documents\TextContainer.cs (7)
2344nextNode = (TextTreeNode)rightSubTree.GetMinSibling(); 2541GetReferenceCounts((TextTreeNode)middleSubTree.GetMinSibling(), ref leftEdgeReferenceCount, ref rightEdgeReferenceCount); 2559GetReferenceCounts((TextTreeNode)node.ContainedNode.GetMinSibling(), ref leftEdgeReferenceCount, ref rightEdgeReferenceCount); 3027firstContainedNode = (TextTreeNode)childNode.GetMinSibling(); 3063minChildNode = childNode.GetMinSibling(); 3112clone.ContainedNode = DeepCopyContainedNodes((TextTreeNode)elementNode.ContainedNode.GetMinSibling()); 3287for (textBlock = (TextTreeTextBlock)_rootNode.RootTextBlock.ContainedNode.GetMinSibling(); textBlock != null; textBlock = (TextTreeTextBlock)textBlock.GetNextNode())