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