1 instantiation of FixedSOMTableCell
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
811FixedSOMTableCell cell = new FixedSOMTableCell(left, top, right, bottom);
9 references to FixedSOMTableCell
PresentationFramework (9)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (2)
811FixedSOMTableCell cell = new FixedSOMTableCell(left, top, right, bottom); 1111foreach (FixedSOMTableCell cell in row.SemanticBoxes)
src\Framework\System\Windows\Documents\FixedSOMTable.cs (5)
95foreach (FixedSOMTableCell cell in row.SemanticBoxes) 220FixedSOMTableCell cell; 225cell = (FixedSOMTableCell)row.SemanticBoxes[idx]; 233cell = (FixedSOMTableCell)row.SemanticBoxes[idx+1]; 285((FixedSOMTableCell)row.SemanticBoxes[idx]).ColumnSpan++;
src\Framework\System\Windows\Documents\FixedSOMTableRow.cs (2)
68public void AddCell(FixedSOMTableCell cell) 87foreach (FixedSOMTableCell cell in this.SemanticBoxes)