5 references to TableCell
PresentationFramework (5)
src\Framework\System\Windows\Documents\FixedElement.cs (1)
253
root = new
TableCell
();
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (2)
847
TableCell tableCell = new
TableCell
();
2258
TableCell newCell = new
TableCell
();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9774
bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.
TableCell
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1584
case KnownElements.TableCell: o = new System.Windows.Documents.
TableCell
(); break;