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