4 references to GetCellInfoFromPoint
PresentationFramework (4)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (4)
440return GetCellInfoFromPoint(Columns, FloatingElements, point, tableFilter); 1051cellInfo = GetCellInfoFromPoint(subpageParagraphResult.Columns, subpageParagraphResult.FloatingElements, point, tableFilter); 1062cellInfo = GetCellInfoFromPoint(figureParagraphResult.Columns, figureParagraphResult.FloatingElements, point, tableFilter); 1073cellInfo = GetCellInfoFromPoint(floaterParagraphResult.Columns, floaterParagraphResult.FloatingElements, point, tableFilter);