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