1 instantiation of FixedSOMTableCell
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
799
FixedSOMTableCell cell = new
FixedSOMTableCell
(left, top, right, bottom);
9 references to FixedSOMTableCell
PresentationFramework (9)
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
799
FixedSOMTableCell
cell = new FixedSOMTableCell(left, top, right, bottom);
1098
foreach (
FixedSOMTableCell
cell in row.SemanticBoxes)
System\Windows\Documents\FixedSOMTable.cs (5)
84
foreach (
FixedSOMTableCell
cell in row.SemanticBoxes)
208
FixedSOMTableCell
cell;
213
cell = (
FixedSOMTableCell
)row.SemanticBoxes[idx];
221
cell = (
FixedSOMTableCell
)row.SemanticBoxes[idx+1];
273
((
FixedSOMTableCell
)row.SemanticBoxes[idx]).ColumnSpan++;
System\Windows\Documents\FixedSOMTableRow.cs (2)
58
public void AddCell(
FixedSOMTableCell
cell)
77
foreach (
FixedSOMTableCell
cell in this.SemanticBoxes)