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