3 references to GetCellBelow
PresentationFramework (3)
MS\Internal\Documents\TextDocumentView.cs (3)
2606
cpcCur = tableResult.
GetCellBelow
(suggestedX, cpcCur.Cell.RowGroupIndex, cpcCur.Cell.RowIndex + cpcCur.Cell.RowSpan - 1);
2845
cpcCur = tableResult.
GetCellBelow
(suggestedX, int.MinValue, int.MinValue);
2866
cpcCur = tableResult.
GetCellBelow
(suggestedX, cpcCur.Cell.RowGroupIndex, cpcCur.Cell.RowIndex + cpcCur.Cell.RowSpan - 1);