4 references to GetCellInfoFromPoint
PresentationFramework (4)
MS\Internal\Documents\TextDocumentView.cs (4)
430return GetCellInfoFromPoint(Columns, FloatingElements, point, tableFilter);
1035cellInfo = GetCellInfoFromPoint(subpageParagraphResult.Columns, subpageParagraphResult.FloatingElements, point, tableFilter);
1044cellInfo = GetCellInfoFromPoint(figureParagraphResult.Columns, figureParagraphResult.FloatingElements, point, tableFilter);
1053cellInfo = GetCellInfoFromPoint(floaterParagraphResult.Columns, floaterParagraphResult.FloatingElements, point, tableFilter);