4 references to GetCellInfoFromPoint
PresentationFramework (4)
MS\Internal\Documents\TextDocumentView.cs (4)
433return GetCellInfoFromPoint(Columns, FloatingElements, point, tableFilter); 1043cellInfo = GetCellInfoFromPoint(subpageParagraphResult.Columns, subpageParagraphResult.FloatingElements, point, tableFilter); 1054cellInfo = GetCellInfoFromPoint(figureParagraphResult.Columns, figureParagraphResult.FloatingElements, point, tableFilter); 1065cellInfo = GetCellInfoFromPoint(floaterParagraphResult.Columns, floaterParagraphResult.FloatingElements, point, tableFilter);