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