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