1 instantiation of FixedSOMTable
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
1042
table = new
FixedSOMTable
(_fixedSOMPage);
17 references to FixedSOMTable
PresentationFramework (17)
System\Windows\Documents\FixedSOMPage.cs (1)
86
public void AddTable(
FixedSOMTable
table)
System\Windows\Documents\FixedSOMPageConstructor.cs (11)
876
FixedSOMTable
table1 = boxes[i] as
FixedSOMTable
;
882
FixedSOMTable
table2 = boxes[j] as
FixedSOMTable
;
1024
List<
FixedSOMTable
> tables = new List<
FixedSOMTable
>();
1027
FixedSOMTable
table = null;
1029
foreach (
FixedSOMTable
t in tables)
1070
foreach (
FixedSOMTable
table in tables)
1106
FixedSOMTable
innerTable = cell.SemanticBoxes[i] as
FixedSOMTable
;
System\Windows\Documents\FixedSOMTableCell.cs (5)
66
if (container is
FixedSOMTable
)
87
FixedSOMTable
table = box as
FixedSOMTable
;
115
FixedSOMTable
table = container as
FixedSOMTable
;