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