1 write to _fixedSOMPage
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
235
_fixedSOMPage
= new FixedSOMPage();
24 references to _fixedSOMPage
PresentationFramework (24)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (24)
236
_fixedSOMPage
.CultureInfo = _fixedPage.Language.GetCompatibleCulture();
268
foreach (FixedSOMSemanticBox box in
_fixedSOMPage
.SemanticBoxes)
277
_CreateGroups(
_fixedSOMPage
);
279
_fixedSOMPage
.SemanticBoxes.Sort();
281
return
_fixedSOMPage
;
365
return
_fixedSOMPage
;
402
FixedSOMFixedBlock fixedBlock = new FixedSOMFixedBlock(
_fixedSOMPage
);
404
_fixedSOMPage
.AddFixedBlock(fixedBlock);
536
fixedBlock= new FixedSOMFixedBlock(
_fixedSOMPage
);
538
_fixedSOMPage
.AddFixedBlock(fixedBlock);
573
foreach (FixedSOMSemanticBox box in
_fixedSOMPage
.SemanticBoxes)
871
if (
_fixedSOMPage
.SemanticBoxes.Count < 2)
880
prevBoxCount =
_fixedSOMPage
.SemanticBoxes.Count;
882
List<FixedSOMSemanticBox> boxes =
_fixedSOMPage
.SemanticBoxes;
922
} while (
_fixedSOMPage
.SemanticBoxes.Count > 1 &&
_fixedSOMPage
.SemanticBoxes.Count != prevBoxCount);
1051
table = new FixedSOMTable(
_fixedSOMPage
);
1088
for (int i = 0; i <
_fixedSOMPage
.SemanticBoxes.Count;)
1091
if (
_fixedSOMPage
.SemanticBoxes[i] is FixedSOMFixedBlock &&
1092
table.AddContainer(
_fixedSOMPage
.SemanticBoxes[i] as FixedSOMContainer))
1094
_fixedSOMPage
.SemanticBoxes.RemoveAt(i);
1129
_fixedSOMPage
.AddTable(table);
1144
FixedSOMGroup currentGroup = new FixedSOMGroup(
_fixedSOMPage
);
1161
currentGroup = new FixedSOMGroup(
_fixedSOMPage
);