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
))
252
case ElementType.
TableCell
:
413
case ElementType.
TableCell
:
src\Framework\System\Windows\Documents\FixedSOMTableCell.cs (1)
110
return new FixedElement.ElementType[1] { FixedElement.ElementType.
TableCell
};