4 references to TableRowGroup
PresentationFramework (4)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (1)
323
_elementType = FixedElement.ElementType.
TableRowGroup
;
System\Windows\Documents\FixedElement.cs (2)
235
case ElementType.
TableRowGroup
:
399
case ElementType.
TableRowGroup
:
System\Windows\Documents\FixedSOMTable.cs (1)
138
return new FixedElement.ElementType[2] { FixedElement.ElementType.Table, FixedElement.ElementType.
TableRowGroup
};