1 write to _fixedSOMPage
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
224
_fixedSOMPage
= new FixedSOMPage
23 references to _fixedSOMPage
PresentationFramework (23)
System\Windows\Documents\FixedSOMPageConstructor.cs (23)
259
foreach (FixedSOMSemanticBox box in
_fixedSOMPage
.SemanticBoxes)
268
_CreateGroups(
_fixedSOMPage
);
270
_fixedSOMPage
.SemanticBoxes.Sort();
272
return
_fixedSOMPage
;
353
return
_fixedSOMPage
;
390
FixedSOMFixedBlock fixedBlock = new FixedSOMFixedBlock(
_fixedSOMPage
);
392
_fixedSOMPage
.AddFixedBlock(fixedBlock);
522
fixedBlock= new FixedSOMFixedBlock(
_fixedSOMPage
);
524
_fixedSOMPage
.AddFixedBlock(fixedBlock);
559
foreach (FixedSOMSemanticBox box in
_fixedSOMPage
.SemanticBoxes)
858
if (
_fixedSOMPage
.SemanticBoxes.Count < 2)
867
prevBoxCount =
_fixedSOMPage
.SemanticBoxes.Count;
869
List<FixedSOMSemanticBox> boxes =
_fixedSOMPage
.SemanticBoxes;
909
} while (
_fixedSOMPage
.SemanticBoxes.Count > 1 &&
_fixedSOMPage
.SemanticBoxes.Count != prevBoxCount);
1038
table = new FixedSOMTable(
_fixedSOMPage
);
1075
for (int i = 0; i <
_fixedSOMPage
.SemanticBoxes.Count;)
1078
if (
_fixedSOMPage
.SemanticBoxes[i] is FixedSOMFixedBlock &&
1079
table.AddContainer(
_fixedSOMPage
.SemanticBoxes[i] as FixedSOMContainer))
1081
_fixedSOMPage
.SemanticBoxes.RemoveAt(i);
1116
_fixedSOMPage
.AddTable(table);
1131
FixedSOMGroup currentGroup = new FixedSOMGroup(
_fixedSOMPage
);
1148
currentGroup = new FixedSOMGroup(
_fixedSOMPage
);