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