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