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