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)
249
case ElementType.
TableRow
:
410
case ElementType.
TableRow
:
src\Framework\System\Windows\Documents\FixedSOMTableRow.cs (1)
79
return new FixedElement.ElementType[1] { FixedElement.ElementType.
TableRow
};