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