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)
160
int i=
_semanticBoxes
.Count-1;
163
if (box.CompareTo(
_semanticBoxes
[i]) == 1)
168
_semanticBoxes
.Insert(i+1, box);
176
_semanticBoxes
.Add(box);
196
return
_semanticBoxes
;
223
foreach (FixedSOMSemanticBox box in
_semanticBoxes
)
src\Framework\System\Windows\Documents\FixedSOMFixedBlock.cs (7)
76
return (
_semanticBoxes
.Count == 1 && (
_semanticBoxes
[0] is FixedSOMImage));
92
if (
_semanticBoxes
.Count == 0)
96
foreach (FixedSOMSemanticBox box in
_semanticBoxes
)
136
for (int i=
_semanticBoxes
.Count - 1; i>=0 && run==null; i--)
138
run =
_semanticBoxes
[i] as FixedSOMTextRun;
248
if (
_semanticBoxes
.Count == 1)
src\Framework\System\Windows\Documents\FixedSOMGroup.cs (1)
148
_semanticBoxes
.Add(pageElement);
src\Framework\System\Windows\Documents\FixedSOMTableCell.cs (1)
90
foreach (FixedSOMSemanticBox box in
_semanticBoxes
)