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))
243
case ElementType.
Table
:
404
case ElementType.
Table
:
src\Framework\System\Windows\Documents\FixedSOMTable.cs (1)
149
return new FixedElement.ElementType[2] { FixedElement.ElementType.
Table
, FixedElement.ElementType.TableRowGroup };