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