2 references to GetParagraphsFromPoint
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (2)
813
ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((TableParagraphResult)paragraph).
GetParagraphsFromPoint
(point, snapToText);
1032
ReadOnlyCollection<ParagraphResult> nestedParagraphs = ((TableParagraphResult)paragraph).
GetParagraphsFromPoint
(point, false);