1 instantiation of FixedSOMTableCell
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
800
FixedSOMTableCell cell = new
FixedSOMTableCell
(left, top, right, bottom);
9 references to FixedSOMTableCell
PresentationFramework (9)
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
800
FixedSOMTableCell
cell = new FixedSOMTableCell(left, top, right, bottom);
1099
foreach (
FixedSOMTableCell
cell in row.SemanticBoxes)
System\Windows\Documents\FixedSOMTable.cs (5)
85
foreach (
FixedSOMTableCell
cell in row.SemanticBoxes)
209
FixedSOMTableCell
cell;
214
cell = (
FixedSOMTableCell
)row.SemanticBoxes[idx];
222
cell = (
FixedSOMTableCell
)row.SemanticBoxes[idx+1];
274
((
FixedSOMTableCell
)row.SemanticBoxes[idx]).ColumnSpan++;
System\Windows\Documents\FixedSOMTableRow.cs (2)
59
public void AddCell(
FixedSOMTableCell
cell)
78
foreach (
FixedSOMTableCell
cell in this.SemanticBoxes)