34 references to Cell
PresentationFramework (34)
MS\Internal\Documents\TextDocumentView.cs (10)
2600
cpcCur = tableResult.GetCellAbove(suggestedX, cpcCur.
Cell
.RowGroupIndex, cpcCur.
Cell
.RowIndex);
2604
cpcCur = tableResult.GetCellBelow(suggestedX, cpcCur.
Cell
.RowGroupIndex, cpcCur.
Cell
.RowIndex + cpcCur.
Cell
.RowSpan - 1);
2860
cpcCur = tableResult.GetCellAbove(suggestedX, cpcCur.
Cell
.RowGroupIndex, cpcCur.
Cell
.RowIndex);
2864
cpcCur = tableResult.GetCellBelow(suggestedX, cpcCur.
Cell
.RowGroupIndex, cpcCur.
Cell
.RowIndex + cpcCur.
Cell
.RowSpan - 1);
MS\Internal\PtsHost\CellParaClient.cs (13)
80
&& (
Cell
.ColumnIndex +
Cell
.ColumnSpan) <= calculatedColumns.Length);
86
int i =
Cell
.ColumnIndex +
Cell
.ColumnSpan - 1;
318
if (endPosition.CompareTo(
Cell
.StaticElementEnd) >= 0)
360
&& (
Cell
.ColumnIndex +
Cell
.ColumnSpan) <= calculatedColumns.Length);
366
int i =
Cell
.ColumnIndex +
Cell
.ColumnSpan - 1;
371
} while (--i >=
Cell
.ColumnIndex);
397
internal Table Table { get { return (
Cell
.Table); } }
407
internal int ColumnIndex { get { return (
Cell
.ColumnIndex); } }
463
_cell = cpc.
Cell
;
MS\Internal\PtsHost\TableParaClient.cs (11)
855
if (endPosition.CompareTo(cpc.
Cell
.ContentStart) <= 0)
865
if (startPosition.CompareTo(cpc.
Cell
.ContentEnd) <= 0)
922
if(position.CompareTo(cpc.
Cell
.ContentStart) >= 0 && position.CompareTo(cpc.
Cell
.ContentEnd) <= 0)
984
int cellBottomIndex = cpc.
Cell
.RowIndex + cpc.
Cell
.RowSpan - 1;
985
if( (cellBottomIndex < rowIndex && cpc.
Cell
.RowGroupIndex == rowGroupIndex) ||
986
(cpc.
Cell
.RowGroupIndex < rowGroupIndex)
1061
if( (cpc.
Cell
.RowIndex > rowIndex && cpc.
Cell
.RowGroupIndex == rowGroupIndex) ||
1062
(cpc.
Cell
.RowGroupIndex > rowGroupIndex)