5 references to TableCell
PresentationFramework (5)
src\Framework\System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (1)
452_elementType = FixedElement.ElementType.TableCell;
src\Framework\System\Windows\Documents\FixedElement.cs (3)
212(_type >= ElementType.Table && _type <= ElementType.TableCell)) 252case ElementType.TableCell: 413case ElementType.TableCell:
src\Framework\System\Windows\Documents\FixedSOMTableCell.cs (1)
110return new FixedElement.ElementType[1] { FixedElement.ElementType.TableCell };