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