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