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