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