4 references to GetCellInfoFromPoint
PresentationFramework (4)
MS\Internal\Documents\TextDocumentView.cs (4)
429return GetCellInfoFromPoint(Columns, FloatingElements, point, tableFilter);
1034cellInfo = GetCellInfoFromPoint(subpageParagraphResult.Columns, subpageParagraphResult.FloatingElements, point, tableFilter);
1040cellInfo = GetCellInfoFromPoint(figureParagraphResult.Columns, figureParagraphResult.FloatingElements, point, tableFilter);
1046cellInfo = GetCellInfoFromPoint(floaterParagraphResult.Columns, floaterParagraphResult.FloatingElements, point, tableFilter);