34 references to Cell
PresentationFramework (34)
MS\Internal\Documents\TextDocumentView.cs (10)
2559cpcCur = tableResult.GetCellAbove(suggestedX, cpcCur.Cell.RowGroupIndex, cpcCur.Cell.RowIndex); 2563cpcCur = tableResult.GetCellBelow(suggestedX, cpcCur.Cell.RowGroupIndex, cpcCur.Cell.RowIndex + cpcCur.Cell.RowSpan - 1); 2818cpcCur = tableResult.GetCellAbove(suggestedX, cpcCur.Cell.RowGroupIndex, cpcCur.Cell.RowIndex); 2822cpcCur = tableResult.GetCellBelow(suggestedX, cpcCur.Cell.RowGroupIndex, cpcCur.Cell.RowIndex + cpcCur.Cell.RowSpan - 1);
MS\Internal\PtsHost\CellParaClient.cs (13)
79&& (Cell.ColumnIndex + Cell.ColumnSpan) <= calculatedColumns.Length); 85int i = Cell.ColumnIndex + Cell.ColumnSpan - 1; 317if (endPosition.CompareTo(Cell.StaticElementEnd) >= 0) 359&& (Cell.ColumnIndex + Cell.ColumnSpan) <= calculatedColumns.Length); 365int i = Cell.ColumnIndex + Cell.ColumnSpan - 1; 370} while (--i >= Cell.ColumnIndex); 396internal Table Table { get { return (Cell.Table); } } 406internal int ColumnIndex { get { return (Cell.ColumnIndex); } } 462_cell = cpc.Cell;
MS\Internal\PtsHost\TableParaClient.cs (11)
854if (endPosition.CompareTo(cpc.Cell.ContentStart) <= 0) 864if (startPosition.CompareTo(cpc.Cell.ContentEnd) <= 0) 921if(position.CompareTo(cpc.Cell.ContentStart) >= 0 && position.CompareTo(cpc.Cell.ContentEnd) <= 0) 983int cellBottomIndex = cpc.Cell.RowIndex + cpc.Cell.RowSpan - 1; 984if( (cellBottomIndex < rowIndex && cpc.Cell.RowGroupIndex == rowGroupIndex) || 985(cpc.Cell.RowGroupIndex < rowGroupIndex) 1060if( (cpc.Cell.RowIndex > rowIndex && cpc.Cell.RowGroupIndex == rowGroupIndex) || 1061(cpc.Cell.RowGroupIndex > rowGroupIndex)