3 references to GetCellInfoFromPoint
PresentationFramework (3)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (3)
1027cellInfo = GetCellInfoFromPoint(nestedParagraphs, _emptyParagraphCollection, point, tableFilter); 1036cellInfo = GetCellInfoFromPoint(nestedParagraphs, _emptyParagraphCollection, point, tableFilter); 1106cellInfo = GetCellInfoFromPoint(paragraphs, floatingElements, point, tableFilter);