4 references to TableRowGroup
PresentationFramework (4)
src\Framework\System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (1)
361
_elementType = FixedElement.ElementType.
TableRowGroup
;
src\Framework\System\Windows\Documents\FixedElement.cs (2)
246
case ElementType.
TableRowGroup
:
407
case ElementType.
TableRowGroup
:
src\Framework\System\Windows\Documents\FixedSOMTable.cs (1)
149
return new FixedElement.ElementType[2] { FixedElement.ElementType.Table, FixedElement.ElementType.
TableRowGroup
};