1 instantiation of FixedSOMTable
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
1051table = new FixedSOMTable(_fixedSOMPage);
17 references to FixedSOMTable
PresentationFramework (17)
src\Framework\System\Windows\Documents\FixedSOMPage.cs (1)
91public void AddTable(FixedSOMTable table)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (11)
885FixedSOMTable table1 = boxes[i] as FixedSOMTable; 891FixedSOMTable table2 = boxes[j] as FixedSOMTable; 1033List<FixedSOMTable> tables = new List<FixedSOMTable>(); 1036FixedSOMTable table = null; 1038foreach (FixedSOMTable t in tables) 1079foreach (FixedSOMTable table in tables) 1115FixedSOMTable innerTable = cell.SemanticBoxes[i] as FixedSOMTable;
src\Framework\System\Windows\Documents\FixedSOMTableCell.cs (5)
71if (container is FixedSOMTable) 92FixedSOMTable table = box as FixedSOMTable; 120FixedSOMTable table = container as FixedSOMTable;