3 references to GetCellAbove
PresentationFramework (3)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (3)
2610
cpcCur = tableResult.
GetCellAbove
(suggestedX, cpcCur.Cell.RowGroupIndex, cpcCur.Cell.RowIndex);
2850
cpcCur = tableResult.
GetCellAbove
(suggestedX, int.MaxValue, int.MaxValue);
2871
cpcCur = tableResult.
GetCellAbove
(suggestedX, cpcCur.Cell.RowGroupIndex, cpcCur.Cell.RowIndex);