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