1 instantiation of FixedSOMTableCell
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
803
FixedSOMTableCell cell = new
FixedSOMTableCell
(left, top, right, bottom);
9 references to FixedSOMTableCell
PresentationFramework (9)
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
803
FixedSOMTableCell
cell = new FixedSOMTableCell(left, top, right, bottom);
1102
foreach (
FixedSOMTableCell
cell in row.SemanticBoxes)
System\Windows\Documents\FixedSOMTable.cs (5)
90
foreach (
FixedSOMTableCell
cell in row.SemanticBoxes)
214
FixedSOMTableCell
cell;
219
cell = (
FixedSOMTableCell
)row.SemanticBoxes[idx];
227
cell = (
FixedSOMTableCell
)row.SemanticBoxes[idx+1];
279
((
FixedSOMTableCell
)row.SemanticBoxes[idx]).ColumnSpan++;
System\Windows\Documents\FixedSOMTableRow.cs (2)
63
public void AddCell(
FixedSOMTableCell
cell)
82
foreach (
FixedSOMTableCell
cell in this.SemanticBoxes)