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