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