3 references to GetCellBelow
PresentationFramework (3)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (3)
2614cpcCur = tableResult.GetCellBelow(suggestedX, cpcCur.Cell.RowGroupIndex, cpcCur.Cell.RowIndex + cpcCur.Cell.RowSpan - 1); 2854cpcCur = tableResult.GetCellBelow(suggestedX, int.MinValue, int.MinValue); 2875cpcCur = tableResult.GetCellBelow(suggestedX, cpcCur.Cell.RowGroupIndex, cpcCur.Cell.RowIndex + cpcCur.Cell.RowSpan - 1);