1 instantiation of FixedSOMTable
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
1038
table = new
FixedSOMTable
(_fixedSOMPage);
17 references to FixedSOMTable
PresentationFramework (17)
System\Windows\Documents\FixedSOMPage.cs (1)
82
public void AddTable(
FixedSOMTable
table)
System\Windows\Documents\FixedSOMPageConstructor.cs (11)
872
FixedSOMTable
table1 = boxes[i] as
FixedSOMTable
;
878
FixedSOMTable
table2 = boxes[j] as
FixedSOMTable
;
1020
List<
FixedSOMTable
> tables = new List<
FixedSOMTable
>();
1023
FixedSOMTable
table = null;
1025
foreach (
FixedSOMTable
t in tables)
1066
foreach (
FixedSOMTable
table in tables)
1102
FixedSOMTable
innerTable = cell.SemanticBoxes[i] as
FixedSOMTable
;
System\Windows\Documents\FixedSOMTableCell.cs (5)
61
if (container is
FixedSOMTable
)
82
FixedSOMTable
table = box as
FixedSOMTable
;
110
FixedSOMTable
table = container as
FixedSOMTable
;