2 writes to _semanticBoxes
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedSOMContainer.cs (2)
32_semanticBoxes = new List<FixedSOMSemanticBox>(); 200_semanticBoxes = value;
15 references to _semanticBoxes
PresentationFramework (15)
src\Framework\System\Windows\Documents\FixedSOMContainer.cs (6)
160int i=_semanticBoxes.Count-1; 163if (box.CompareTo(_semanticBoxes[i]) == 1) 168_semanticBoxes.Insert(i+1, box); 176_semanticBoxes.Add(box); 196return _semanticBoxes; 223foreach (FixedSOMSemanticBox box in _semanticBoxes)
src\Framework\System\Windows\Documents\FixedSOMFixedBlock.cs (7)
76return (_semanticBoxes.Count == 1 && (_semanticBoxes[0] is FixedSOMImage)); 92if (_semanticBoxes.Count == 0) 96foreach (FixedSOMSemanticBox box in _semanticBoxes) 136for (int i=_semanticBoxes.Count - 1; i>=0 && run==null; i--) 138run = _semanticBoxes[i] as FixedSOMTextRun; 248if (_semanticBoxes.Count == 1)
src\Framework\System\Windows\Documents\FixedSOMGroup.cs (1)
148_semanticBoxes.Add(pageElement);
src\Framework\System\Windows\Documents\FixedSOMTableCell.cs (1)
90foreach (FixedSOMSemanticBox box in _semanticBoxes)