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