1 write to _fixedSOMPage
PresentationFramework (1)
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
230
_fixedSOMPage
= new FixedSOMPage();
24 references to _fixedSOMPage
PresentationFramework (24)
System\Windows\Documents\FixedSOMPageConstructor.cs (24)
231
_fixedSOMPage
.CultureInfo = _fixedPage.Language.GetCompatibleCulture();
263
foreach (FixedSOMSemanticBox box in
_fixedSOMPage
.SemanticBoxes)
272
_CreateGroups(
_fixedSOMPage
);
274
_fixedSOMPage
.SemanticBoxes.Sort();
276
return
_fixedSOMPage
;
357
return
_fixedSOMPage
;
394
FixedSOMFixedBlock fixedBlock = new FixedSOMFixedBlock(
_fixedSOMPage
);
396
_fixedSOMPage
.AddFixedBlock(fixedBlock);
526
fixedBlock= new FixedSOMFixedBlock(
_fixedSOMPage
);
528
_fixedSOMPage
.AddFixedBlock(fixedBlock);
563
foreach (FixedSOMSemanticBox box in
_fixedSOMPage
.SemanticBoxes)
862
if (
_fixedSOMPage
.SemanticBoxes.Count < 2)
871
prevBoxCount =
_fixedSOMPage
.SemanticBoxes.Count;
873
List<FixedSOMSemanticBox> boxes =
_fixedSOMPage
.SemanticBoxes;
913
} while (
_fixedSOMPage
.SemanticBoxes.Count > 1 &&
_fixedSOMPage
.SemanticBoxes.Count != prevBoxCount);
1042
table = new FixedSOMTable(
_fixedSOMPage
);
1079
for (int i = 0; i <
_fixedSOMPage
.SemanticBoxes.Count;)
1082
if (
_fixedSOMPage
.SemanticBoxes[i] is FixedSOMFixedBlock &&
1083
table.AddContainer(
_fixedSOMPage
.SemanticBoxes[i] as FixedSOMContainer))
1085
_fixedSOMPage
.SemanticBoxes.RemoveAt(i);
1120
_fixedSOMPage
.AddTable(table);
1135
FixedSOMGroup currentGroup = new FixedSOMGroup(
_fixedSOMPage
);
1152
currentGroup = new FixedSOMGroup(
_fixedSOMPage
);