3 references to Cell
PresentationFramework (3)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (1)
1080
if (tableFilter != null && cellInfo != null && cellInfo.
Cell
.Table != tableFilter)
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (2)
1624
TableCell cell = cellInfo.
Cell
;
1629
columnIndex = cellInfo.
Cell
.ColumnIndex - 1;