4 references to TableRowGroup
PresentationFramework (4)
src\Framework\System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (1)
361_elementType = FixedElement.ElementType.TableRowGroup;
src\Framework\System\Windows\Documents\FixedElement.cs (2)
246case ElementType.TableRowGroup: 407case ElementType.TableRowGroup:
src\Framework\System\Windows\Documents\FixedSOMTable.cs (1)
149return new FixedElement.ElementType[2] { FixedElement.ElementType.Table, FixedElement.ElementType.TableRowGroup };