5 references to Table
PresentationFramework (5)
src\Framework\System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (1)
316_elementType = FixedElement.ElementType.Table;
src\Framework\System\Windows\Documents\FixedElement.cs (3)
212(_type >= ElementType.Table && _type <= ElementType.TableCell)) 243case ElementType.Table: 404case ElementType.Table:
src\Framework\System\Windows\Documents\FixedSOMTable.cs (1)
149return new FixedElement.ElementType[2] { FixedElement.ElementType.Table, FixedElement.ElementType.TableRowGroup };