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