4 references to TableRow
PresentationFramework (4)
src\Framework\System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (1)
407_elementType = FixedElement.ElementType.TableRow;
src\Framework\System\Windows\Documents\FixedElement.cs (2)
249case ElementType.TableRow: 410case ElementType.TableRow:
src\Framework\System\Windows\Documents\FixedSOMTableRow.cs (1)
79return new FixedElement.ElementType[1] { FixedElement.ElementType.TableRow };