1 write to _fixedSOMPage
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
225
_fixedSOMPage
= new FixedSOMPage
23 references to _fixedSOMPage
PresentationFramework (23)
System\Windows\Documents\FixedSOMPageConstructor.cs (23)
260
foreach (FixedSOMSemanticBox box in
_fixedSOMPage
.SemanticBoxes)
269
_CreateGroups(
_fixedSOMPage
);
271
_fixedSOMPage
.SemanticBoxes.Sort();
273
return
_fixedSOMPage
;
354
return
_fixedSOMPage
;
391
FixedSOMFixedBlock fixedBlock = new FixedSOMFixedBlock(
_fixedSOMPage
);
393
_fixedSOMPage
.AddFixedBlock(fixedBlock);
523
fixedBlock= new FixedSOMFixedBlock(
_fixedSOMPage
);
525
_fixedSOMPage
.AddFixedBlock(fixedBlock);
560
foreach (FixedSOMSemanticBox box in
_fixedSOMPage
.SemanticBoxes)
859
if (
_fixedSOMPage
.SemanticBoxes.Count < 2)
868
prevBoxCount =
_fixedSOMPage
.SemanticBoxes.Count;
870
List<FixedSOMSemanticBox> boxes =
_fixedSOMPage
.SemanticBoxes;
910
} while (
_fixedSOMPage
.SemanticBoxes.Count > 1 &&
_fixedSOMPage
.SemanticBoxes.Count != prevBoxCount);
1039
table = new FixedSOMTable(
_fixedSOMPage
);
1076
for (int i = 0; i <
_fixedSOMPage
.SemanticBoxes.Count;)
1079
if (
_fixedSOMPage
.SemanticBoxes[i] is FixedSOMFixedBlock &&
1080
table.AddContainer(
_fixedSOMPage
.SemanticBoxes[i] as FixedSOMContainer))
1082
_fixedSOMPage
.SemanticBoxes.RemoveAt(i);
1117
_fixedSOMPage
.AddTable(table);
1132
FixedSOMGroup currentGroup = new FixedSOMGroup(
_fixedSOMPage
);
1149
currentGroup = new FixedSOMGroup(
_fixedSOMPage
);