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