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