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