1 instantiation of FixedSOMTableRow
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
822
currentRow = new
FixedSOMTableRow
();
19 references to FixedSOMTableRow
PresentationFramework (19)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (6)
770
List<
FixedSOMTableRow
> tableRows = new List<
FixedSOMTableRow
>();
771
FixedSOMTableRow
currentRow = null;
1031
private void _FillTables(List<
FixedSOMTableRow
> tableRows)
1034
foreach (
FixedSOMTableRow
row in tableRows)
1109
foreach (
FixedSOMTableRow
row in table.SemanticBoxes)
src\Framework\System\Windows\Documents\FixedSOMTable.cs (13)
69
public void AddRow(
FixedSOMTableRow
row)
91
foreach (
FixedSOMTableRow
row in this.SemanticBoxes)
157
foreach (
FixedSOMTableRow
row in this.SemanticBoxes)
174
FixedSOMTableRow
row = this.SemanticBoxes[0] as
FixedSOMTableRow
;
190
FixedSOMTableRow
row = this.SemanticBoxes[i] as
FixedSOMTableRow
;
218
FixedSOMTableRow
row = (
FixedSOMTableRow
)(this.SemanticBoxes[r]);
256
FixedSOMTableRow
row = (
FixedSOMTableRow
)(this.SemanticBoxes[r]);
277
FixedSOMTableRow
row = (
FixedSOMTableRow
)(this.SemanticBoxes[r]);