2 references to GetSiblingAtOffset
PresentationFramework (2)
System\Windows\Documents\TextContainer.cs (1)
1366node = node.GetSiblingAtOffset(offset - nodeOffset, out siblingTreeOffset);
System\Windows\Documents\TextTreeText.cs (1)
243node = (TextTreeTextBlock)rootTextBlock.ContainedNode.GetSiblingAtOffset(offset, out nodeOffset);