3 references to GetCellAbove
PresentationFramework (3)
MS\Internal\Documents\TextDocumentView.cs (3)
2602
cpcCur = tableResult.
GetCellAbove
(suggestedX, cpcCur.Cell.RowGroupIndex, cpcCur.Cell.RowIndex);
2841
cpcCur = tableResult.
GetCellAbove
(suggestedX, int.MaxValue, int.MaxValue);
2862
cpcCur = tableResult.
GetCellAbove
(suggestedX, cpcCur.Cell.RowGroupIndex, cpcCur.Cell.RowIndex);